diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-06-24 15:07:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-06-24 15:07:02 +0000 |
commit | 6610a52d39fac7deb85d94b6050bfbc2a2b8da6e (patch) | |
tree | 74f1949c35578bbf955393098c114754955c6450 /bfd/ChangeLog | |
parent | fb7b006ea9c3b6c6dd29ca4e3f47007083c8c0e1 (diff) | |
download | gdb-6610a52d39fac7deb85d94b6050bfbc2a2b8da6e.zip gdb-6610a52d39fac7deb85d94b6050bfbc2a2b8da6e.tar.gz gdb-6610a52d39fac7deb85d94b6050bfbc2a2b8da6e.tar.bz2 |
2004-06-24 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow
relocation symbol.
(elf64_x86_64_relocate_section): Issue an error for
R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations
against global symbols when building shared library.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 112d4c7..7aebb9f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2004-06-24 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow + relocation symbol. + (elf64_x86_64_relocate_section): Issue an error for + R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations + against global symbols when building shared library. + 2004-06-24 Alan Modra <amodra@bigpond.net.au> * section.c (struct sec): Rename "_cooked_size" to "size". |