diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2010-09-19 10:03:28 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2010-09-19 10:03:28 +0000 |
commit | 0fc1eb3c4d0fb716bad2b525dd5f35168c4f4df9 (patch) | |
tree | fc9f853aca036e13d1b645e53af3534e79625e67 /bfd/ChangeLog | |
parent | 10fa46e388c65794b1906a57a6e78cb938fc85a1 (diff) | |
download | gdb-0fc1eb3c4d0fb716bad2b525dd5f35168c4f4df9.zip gdb-0fc1eb3c4d0fb716bad2b525dd5f35168c4f4df9.tar.gz gdb-0fc1eb3c4d0fb716bad2b525dd5f35168c4f4df9.tar.bz2 |
bfd/
* elfxx-mips.c (_bfd_mips_elf_check_relocs): On VxWorks,
exclude __GOTT_BASE__ and __GOTT_INDEX__ from the warning
about HI/LO relocations in shared objects.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2627e77..b5675cb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-09-19 Richard Sandiford <rdsandiford@googlemail.com> + + * elfxx-mips.c (_bfd_mips_elf_check_relocs): On VxWorks, + exclude __GOTT_BASE__ and __GOTT_INDEX__ from the warning + about HI/LO relocations in shared objects. + 2010-09-16 Alan Modra <amodra@gmail.com> * elf32-spu.c (spu_elf_size_sections): Omit fixups for non-alloc |