diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-24 17:41:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-24 17:41:40 +0000 |
commit | 724982f606973928500c3634ed832b52ac77ca3d (patch) | |
tree | 535376a70be595a20e51b0359ac9a2579f803644 /bfd/ChangeLog | |
parent | 5c90f90dfb2d284a5dec3bde28d19d6c304416d7 (diff) | |
download | gdb-724982f606973928500c3634ed832b52ac77ca3d.zip gdb-724982f606973928500c3634ed832b52ac77ca3d.tar.gz gdb-724982f606973928500c3634ed832b52ac77ca3d.tar.bz2 |
Allow common symbols to have an alignment of 1 if explicitly requested, and
not overridden by other definitions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9808b41..e0ba4d1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com> + + * elflink.h (elf_link_add_object_symbols): Allow common + symbols to have an alignment of 1 if explicitly requested, and + not overridden by other definitions. + 2000-08-22 Doug Kwan <dkwan@transmeta.com> * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo. |