From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by sourceware.org (Postfix) with ESMTPS id 79BCD3858422 for ; Tue, 15 Aug 2023 05:13:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 79BCD3858422 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1692076406; x=1723612406; h=from:to:cc:in-reply-to:subject:mime-version: content-transfer-encoding:references:message-id:date; bh=CSi/9goN0pn2Jt8XQs6Ck+vkIBI2kV43vORGPGpHpCI=; b=iZ6LFNRdMmJwsQYn232uGhrzjVorg+rmHQOzZ5nTuiGSZfH5A3fv9/3l RYXxmyn58JrZjn2e6aBBk70nvbcNwXJc77jytgzKyamGplC/fvAXCY8Qc EMmPlIyVTnjDZoJEr9yiqesQii0wbeBpfgK5ibUUDcXcFV2fUyUOJRoLF qpC7rWICo8ZzJgjxCfHuk9bGhij8L6OGdlI2l5tRDRtBfkudDaATOOZG0 D2cN2qIpVsk87cNeJtgYws2EvYqtURVgiYmxsZ9C6+2JL8Zsk0LIOUAeC WeFbdzlFDmEMt4T58tuZVvsQZ3FprRsqZ0fP0WUDPajRyy5FK2HSxcBl3 g==; From: Hans-Peter Nilsson To: Hans-Peter Nilsson CC: , In-Reply-To: <20230815045704.30B3A2042C@pchp3.se.axis.com> (message from Hans-Peter Nilsson on Tue, 15 Aug 2023 06:57:04 +0200) Subject: Re: [PATCH] CRIS: Don't include tree.h in cris-protos.h, PR bootstrap/111021 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <20230815045704.30B3A2042C@pchp3.se.axis.com> Message-ID: <20230815051322.9AACC2042C@pchp3.se.axis.com> Date: Tue, 15 Aug 2023 07:13:22 +0200 X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,TO_EQ_FM_DIRECT_MX,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Hans-Peter Nilsson > Date: Tue, 15 Aug 2023 06:57:04 +0200 Whoops, of course there was a typo due to insufficient-last-minute-renaming syndrome. :) > -#define TARGET_LEGITIMATE_ADDRESS_P cris_legitimate_address_p > +#define TARGET_LEGITIMATE_ADDRESS_P cris_target_legitimate_address_p *cris_legitimate_address_p_hook brgds, H-P