From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 885 invoked by alias); 25 Jul 2011 07:49:22 -0000 Received: (qmail 876 invoked by uid 22791); 25 Jul 2011 07:49:22 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_FX X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jul 2011 07:49:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6185CCB021E; Mon, 25 Jul 2011 09:49:07 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6lNRPPl29LZg; Mon, 25 Jul 2011 09:48:57 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id CAE42CB0215; Mon, 25 Jul 2011 09:48:56 +0200 (CEST) Subject: Re: Ping [Patch v2] bfd elfxx-ia64: share code between elf32 and elf64 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Mon, 25 Jul 2011 13:35:00 -0000 Cc: Aurelien Jarno , Nick Clifton , binutils Development Content-Transfer-Encoding: quoted-printable Message-Id: <1D38B4A5-78F2-467B-BC25-717507BA02F2@adacore.com> References: <1149AB82-D754-4792-98C1-C677ABE5E712@adacore.com> <9F58AE27-C095-4B50-B3D4-1DF60454A382@adacore.com> <6ACB9B6C-7640-473A-9047-7AFB4C789D49@adacore.com> <4DDBB7CD.40902@redhat.com> <9C0F5E39-7514-4996-AA9B-26478EEAAD79@adacore.com> <4DDCADE9.4020405@redhat.com> <049A78A6-0E98-4631-BB9B-27A6B9527D37@adacore.com> <20110705182906.GB19197@volta.aurel32.net> To: Andreas Schwab X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00202.txt.bz2 On Jul 9, 2011, at 8:18 PM, Andreas Schwab wrote: > Tristan Gingold writes: >=20 >> This patch shouldn't have made any functional change, but ... >=20 > There is one functional change: >=20 > @@ -2648,7 +2135,7 @@ count_dyn_reloc (bfd *abfd, struct elfNN_ia64_dyn_s= ym_info *dyn_i, > rent->count =3D 0; > dyn_i->reloc_entries =3D rent; > } > - rent->reltext =3D reltext; > + rent->reltext |=3D reltext; > rent->count++; >=20 > return TRUE; Argh, thank you for catching that. Tristan.