diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-10-02 23:55:22 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-10-02 23:55:22 +0000 |
commit | 22b23d7deb39bb03d49a7b07f012b86269054ad2 (patch) | |
tree | 98824908ecbd0afdd3ef1f2b38599a737c6d1317 /bfd/ChangeLog | |
parent | 63fe2cc799d36a834c5606a9170799ed818410d7 (diff) | |
download | gdb-22b23d7deb39bb03d49a7b07f012b86269054ad2.zip gdb-22b23d7deb39bb03d49a7b07f012b86269054ad2.tar.gz gdb-22b23d7deb39bb03d49a7b07f012b86269054ad2.tar.bz2 |
* reloc.c (bfd_check_overflow): New function.
(bfd_perform_relocation, bfd_install_relocation): Use it.
(BFD_RELOC_SPARC_{DISP64,PLT64}): New relocs.
(BFD_RELOC_SPARC_{HIX22,LOX10,H44,M44,L44,REGISTER}): New relocs.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
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 e541640..e3580c2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 2 16:15:50 1997 Doug Evans <dje@canuck.cygnus.com> + + * reloc.c (bfd_check_overflow): New function. + (bfd_perform_relocation, bfd_install_relocation): Use it. + (BFD_RELOC_SPARC_{DISP64,PLT64}): New relocs. + (BFD_RELOC_SPARC_{HIX22,LOX10,H44,M44,L44,REGISTER}): New relocs. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + Thu Oct 2 13:17:18 1997 Ian Lance Taylor <ian@cygnus.com> * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_READ for an |