diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-28 20:27:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-28 20:27:35 +0000 |
commit | 661cf37446b38cb9417fc36a6f34dcb43ca967f9 (patch) | |
tree | a6941e7506b6ba526142b9ada8dc1f75b04c3019 /bfd | |
parent | da7bfa91fb9827a6ed46e17df43b0ead7762e15c (diff) | |
download | binutils-661cf37446b38cb9417fc36a6f34dcb43ca967f9.zip binutils-661cf37446b38cb9417fc36a6f34dcb43ca967f9.tar.gz binutils-661cf37446b38cb9417fc36a6f34dcb43ca967f9.tar.bz2 |
* bout.c (b_out_canonicalize_reloc): Handle SEC_CONSTRUCTOR
sections.
(b_out_get_reloc_upper_bound): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dc8f78d..4dcec0b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Tue Mar 28 15:14:11 1995 Ian Lance Taylor <ian@cygnus.com> + * bout.c (b_out_canonicalize_reloc): Handle SEC_CONSTRUCTOR + sections. + (b_out_get_reloc_upper_bound): Likewise. + * linker.c (generic_link_add_symbol_list): Skip constructor symbols which the main linker code did not do anything with. (_bfd_generic_link_output_symbols): Use udata.p if it is set, |