diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-16 16:13:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-16 16:13:33 +0000 |
commit | fd6c00bac275fc94e197aa8496a2e7b5638405fe (patch) | |
tree | cc1403e79f79047244478071f4aa42e6d187a8c3 /bfd/ChangeLog | |
parent | 37a684b84d5c722848ebdc7203052d65c6b35e30 (diff) | |
download | gdb-fd6c00bac275fc94e197aa8496a2e7b5638405fe.zip gdb-fd6c00bac275fc94e197aa8496a2e7b5638405fe.tar.gz gdb-fd6c00bac275fc94e197aa8496a2e7b5638405fe.tar.bz2 |
* elflink.h (elf_link_add_object_symbols): Don't decrease the
alignment of a common symbol. If two symbols that look like
common symbols are found in two shared libraries, and the size is
different, use the larger size, and warn if --warn-common. If a
common symbol overrides a definition in a shared library, set the
size to the larger size, and warn if --warn-common.
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 84f3d40..4451ef0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Fri May 16 12:10:52 1997 Ian Lance Taylor <ian@cygnus.com> + + * elflink.h (elf_link_add_object_symbols): Don't decrease the + alignment of a common symbol. If two symbols that look like + common symbols are found in two shared libraries, and the size is + different, use the larger size, and warn if --warn-common. If a + common symbol overrides a definition in a shared library, set the + size to the larger size, and warn if --warn-common. + Thu May 15 14:31:28 1997 Nick Clifton <nickc@cygnus.com> * cpu-arm.c (compatible): Allow default machine to be polymorphed |