diff options
author | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-06-16 23:01:00 +0000 |
---|---|---|
committer | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-06-16 23:01:00 +0000 |
commit | 32f0787ac8c25806806c447ec0c6b7d551442d0d (patch) | |
tree | 27e13ab3d3a78f331e8cca440bcd5184fdbb9d58 /bfd/ChangeLog | |
parent | 7a78ae4e6b019338607b6856518d3559fe7929cb (diff) | |
download | fsf-binutils-gdb-32f0787ac8c25806806c447ec0c6b7d551442d0d.zip fsf-binutils-gdb-32f0787ac8c25806806c447ec0c6b7d551442d0d.tar.gz fsf-binutils-gdb-32f0787ac8c25806806c447ec0c6b7d551442d0d.tar.bz2 |
2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
* elflink.h (elf_link_adjust_relocs): Check for and call backend
specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
available.
(elf_link_output_relocs): Likewise.
(elf_reloc_link_order): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d6f826c..83087a4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com> + + * elflink.h (elf_link_adjust_relocs): Check for and call backend + specifific swap_reloc_{in,out} and swap_reloca_{in,out} if + available. + (elf_link_output_relocs): Likewise. + (elf_reloc_link_order): Likewise. + 2000-06-16 Nicholas Duffek <nsd@redhat.com> * archures.c (enum bfd_architecture): #define constants for |