diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2005-02-17 17:11:01 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2005-02-17 17:11:01 +0000 |
commit | 68320ddb7e5b01262e93cf9d57ffe9ea71d289d6 (patch) | |
tree | 05f2fbff8e2801edd3e9c9979d640e9715865250 /bfd/ChangeLog | |
parent | 26c41df326291cfe8211f195291a26b370de9523 (diff) | |
download | gdb-68320ddb7e5b01262e93cf9d57ffe9ea71d289d6.zip gdb-68320ddb7e5b01262e93cf9d57ffe9ea71d289d6.tar.gz gdb-68320ddb7e5b01262e93cf9d57ffe9ea71d289d6.tar.bz2 |
bfd/ChangeLog:
* elf32-frv.c (elf32_frv_relocate_section): Remove warning from
uninitialized check_segment[1] in TLSMOFF case.
Reported by Alan Modra.
(elf32_frv_relocate_section): Improve errors and warnings.
ld/testsuite/ChangeLog:
* ld-frv/fdpic-static-6.d: Update.
* ld-frv/fdpic*.d: Remove explicit -mfdpic from #as. Update
spelling of errors and warnings.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 072cded..0b2e704 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-02-17 Alexandre Oliva <aoliva@redhat.com> + + * elf32-frv.c (elf32_frv_relocate_section): Remove warning from + uninitialized check_segment[1] in TLSMOFF case. + Reported by Alan Modra. + (elf32_frv_relocate_section): Improve errors and warnings. + 2005-02-17 Alan Modra <amodra@bigpond.net.au> * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Fix warning. |