diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-07 02:44:59 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-07 02:44:59 +0000 |
commit | 765f2ef6956841baed46e6203a7b9be1b248285c (patch) | |
tree | 2b16e11328f25373f20edf2a18cb0c4be27b7c25 /bfd/ChangeLog | |
parent | 74e5ef4498ddf857524927fda93a56c5875d5adf (diff) | |
download | gdb-765f2ef6956841baed46e6203a7b9be1b248285c.zip gdb-765f2ef6956841baed46e6203a7b9be1b248285c.tar.gz gdb-765f2ef6956841baed46e6203a7b9be1b248285c.tar.bz2 |
* elf32-mips.c (mips_elf_gprel32_reloc): Reject
R_MIPS_GPREL32 relocations against external symbols.
* elf64-mips.c (mips_elf64_gprel32_reloc): Replace an incorrect
comment.
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 b13e41c..033bf57 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-02-07 Maciej W. Rozycki <macro@mips.com> + + * elf32-mips.c (mips_elf_gprel32_reloc): Reject + R_MIPS_GPREL32 relocations against external symbols. + * elf64-mips.c (mips_elf64_gprel32_reloc): Replace an incorrect + comment. + 2005-02-07 Alan Modra <amodra@bigpond.net.au> * elf-bfd.h (elf_string_from_elf_strtab): Delete macro. |