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 /ld/testsuite/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 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 23a06ea..376e44d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-02-17 Alexandre Oliva <aoliva@redhat.com> + + * ld-frv/fdpic-static-6.d: Update. + * ld-frv/fdpic*.d: Remove explicit -mfdpic from #as. Update + spelling of errors and warnings. + 2005-02-15 Nigel Stephens <nigel@mips.com> Maciej W. Rozycki <macro@mips.com> |