diff options
author | Jeff Law <law@redhat.com> | 1996-10-21 18:15:24 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-21 18:15:24 +0000 |
commit | 9c52f4b2f7188a5a55a9a08d52e94a79790d5edc (patch) | |
tree | c2e44f7ebfbad9d1b2a49ad1751a5f4b6750df28 | |
parent | 3030e86478129cca4b22e982cccdabe304482c57 (diff) | |
download | binutils-9c52f4b2f7188a5a55a9a08d52e94a79790d5edc.zip binutils-9c52f4b2f7188a5a55a9a08d52e94a79790d5edc.tar.gz binutils-9c52f4b2f7188a5a55a9a08d52e94a79790d5edc.tar.bz2 |
* linker.c (_bfd_generic_final_link): Avoid losing static
symbols in the .bss section.
Something Stu noticed.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e5e41d2..59c0fe9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 21 12:13:05 1996 Jeffrey A Law (law@cygnus.com) + + * linker.c (_bfd_generic_final_link): Avoid losing static + symbols in the .bss section. + Mon Oct 21 10:54:58 1996 Ian Lance Taylor <ian@cygnus.com> * linker.c (default_indirect_link_order): Print an error message |