diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-02-08 20:58:20 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-02-08 20:58:20 +0000 |
commit | fa965415f5c79e5de8597265ac015f592c439025 (patch) | |
tree | bc4000ec8e1eb283ce6241d060251c3576aa1def /bfd/ChangeLog | |
parent | 4dd4933e7cf020cb2ecfd414f09a5955e8cd12c0 (diff) | |
download | fsf-binutils-gdb-fa965415f5c79e5de8597265ac015f592c439025.zip fsf-binutils-gdb-fa965415f5c79e5de8597265ac015f592c439025.tar.gz fsf-binutils-gdb-fa965415f5c79e5de8597265ac015f592c439025.tar.bz2 |
* coff-alpha.c (reloc_nil): New function.
(alpha_howto_table): Use it as special_function to prevent certain relocs from
being adjusted by bfd_perform_relocation. IGNORE reloc should be
partial_inplace.
(alpha_ecoff_get_relocated_section_contents): Accept a LITERAL reloc on an
"ldl" instruction too.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c3e6771..adcb13a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Tue Feb 8 15:55:50 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * coff-alpha.c (reloc_nil): New function. + (alpha_howto_table): Use it as special_function to prevent certain + relocs from being adjusted by bfd_perform_relocation. IGNORE + reloc should be partial_inplace. + (alpha_ecoff_get_relocated_section_contents): Accept a LITERAL + reloc on an "ldl" instruction too. + Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * elf32-hppa.c (CURRENT_STUB_OFFSET, hppa_elf_build_arg_reloc_stub, |