This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][m68k] Support generation of multiple GOTs


Hi,

I checked the following patch:

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.4252
diff -u -p -r1.4252 ChangeLog
--- ChangeLog	15 Jul 2008 13:09:46 -0000	1.4252
+++ ChangeLog	15 Jul 2008 18:43:45 -0000
@@ -269,6 +269,18 @@
 	(elf32_arm_output_arch_local_syms): Generate mapping symbols for
 	long calls stubs.
 	
+2008-05-21  Nick Clifton  <nickc@redhat.com>
+
+	* elf32-arm.c (group_sections): Reformat comments.
+
+	PR ld/6446
+	* elf32-frv.c (elf32_frv_relocate_section): Set EF_FRV_PIC by
+	default (for FDPIC). Clear it if any inter-segment relocations
+	are found.
+
+	* elf64-hppa.c (elf64_hppa_finalize_opd): Check NULL return
+	from elf_link_hash_lookup.
+
 2008-05-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
 	
 	Add multi-GOT support for m68k.

to add missing ChangeLog entries.

H.J.
---
On Tue, Jul 15, 2008 at 11:34 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Wed, May 21, 2008 at 5:02 AM, Nick Clifton <nickc@redhat.com> wrote:
>> Hi Maxim,
>>
>>
>>> 2008-03-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
>>>
>>>        Multi-GOT support for m68k.
>>>
>
>>
>> Approved and applied.  Finally!  Sorry about the very long wait to review
>> and apply this patch.
>>
>> Cheers
>>  Nick
>>
>
> Hi Nick,
>
> Your checkin:
>
> http://sourceware.org/ml/binutils-cvs/2008-05/msg00092.html
>
> modified elf32-arm.c, elf32-frv.c and elf64-hppa.c without ChangeLog
> entry, The elf32-frv.c patch seems to come from the patch for PR 6446:
>
> http://www.sourceware.org/bugzilla/attachment.cgi?id=2748&action=view
>
> This patch caused:
>
> http://www.sourceware.org/bugzilla/show_bug.cgi?id=6747
>
> Could you please look into it?
>
> Thanks.
>
>
> --
> H.J.
>



-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]