diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-03 21:20:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-03 21:20:41 +0000 |
commit | 583db7a8e1be65ff508be7bba80913a5ce226e04 (patch) | |
tree | 9b00639ebf892644199e62fc92a661b9a3f176a7 /bfd/ChangeLog | |
parent | fa0c23ebb0033e26c23558645eda0f5a633bece6 (diff) | |
download | binutils-gdb-583db7a8e1be65ff508be7bba80913a5ce226e04.tar.gz |
* xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
to o. Clobber and restore the list of new csects around the call
to _bfd_generic_link_add_one_symbol, in case it wants to report a
linker error and the linker wants to read the symbol table. Reset
the line number count of a real section even if it has no relocs.
(_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a9f4f956d9f..88e04686ea1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com> + + * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub + to o. Clobber and restore the list of new csects around the call + to _bfd_generic_link_add_one_symbol, in case it wants to report a + linker error and the linker wants to read the symbol table. Reset + the line number count of a real section even if it has no relocs. + (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag. + + * coffgen.c (_bfd_coff_read_string_table): Warn if the string size + is too small. + Thu Nov 2 23:16:39 1995 Ian Lance Taylor <ian@cygnus.com> * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about |