diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-26 21:27:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-26 21:27:09 +0000 |
commit | 566e232559c2a32ee73473f0cf54ef35e56d7220 (patch) | |
tree | ebfe31efd7c6070318862a6fbaedbcc2efc3e7f3 /bfd | |
parent | 017047d446bf3407c968777aecef7b8347122f9e (diff) | |
download | gdb-566e232559c2a32ee73473f0cf54ef35e56d7220.zip gdb-566e232559c2a32ee73473f0cf54ef35e56d7220.tar.gz gdb-566e232559c2a32ee73473f0cf54ef35e56d7220.tar.bz2 |
* coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
BRADDR, SREL16, SREL32, or SREL64 reloc against an external
symbol.
(alpha_relocate_section): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c888dd2..66a6c85 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Wed Jun 26 16:29:02 1996 Ian Lance Taylor <ian@cygnus.com> + * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a + BRADDR, SREL16, SREL32, or SREL64 reloc against an external + symbol. + (alpha_relocate_section): Likewise. + * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof. (coff_swap_filehdr_out): Use FILHSZ, not sizeof. (coff_swap_sym_out): Use SYMESZ, not sizeof. |