diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-08-22 04:58:25 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-08-22 04:58:25 +0000 |
commit | 9bdafcced44e5a3994406e0a709886709b1efec8 (patch) | |
tree | f7e13c54534214a1a3a1d6711fad36f9784d432c /bfd/ChangeLog | |
parent | 8f36cd18af6756dd6ab50da33d2c7574fc711527 (diff) | |
download | gdb-9bdafcced44e5a3994406e0a709886709b1efec8.zip gdb-9bdafcced44e5a3994406e0a709886709b1efec8.tar.gz gdb-9bdafcced44e5a3994406e0a709886709b1efec8.tar.bz2 |
* elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
explicitly. Improve validation of r_type.
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 15e54df..4bbb6c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2000-08-22 Alexandre Oliva <aoliva@redhat.com> + + * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W, + R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them + explicitly. Improve validation of r_type. + 2000-08-21 H.J. Lu <hjl@gnu.org> * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the |