diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-21 00:36:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-21 00:36:26 +0000 |
commit | 182b9e9f528ed92353aa5129556b202bd430d238 (patch) | |
tree | 5ddcf648c9d43204731d8e01321f7a8646206a57 /bfd/ChangeLog | |
parent | c2efd5a1204d04182ec6e5cf7f87ec714e301edf (diff) | |
download | gdb-182b9e9f528ed92353aa5129556b202bd430d238.zip gdb-182b9e9f528ed92353aa5129556b202bd430d238.tar.gz gdb-182b9e9f528ed92353aa5129556b202bd430d238.tar.bz2 |
Patches from kkojima@mix.or.jp (Kazumoto Kojima):
* mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs
apply to from two bytes to four bytes.
* MY(reloc_howto_type_lookup): Handle BFD_RELOC_CTOR.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e3f32fe..1b0ef5b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -10,6 +10,11 @@ Tue Dec 20 11:11:58 1994 Steve Chamberlain (sac@jonny.cygnus.com) Tue Dec 20 13:58:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + Patches from kkojima@mix.or.jp (Kazumoto Kojima): + * mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs + apply to from two bytes to four bytes. + * MY(reloc_howto_type_lookup): Handle BFD_RELOC_CTOR. + * elf32-i386.c (elf_i386_relocate_section): Correct and expand the list of cases for which relocation need not be computed. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. |