diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-01-15 18:10:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-01-15 18:10:54 +0000 |
commit | 99e9a495d54f59d91ec80973182c8832509274ee (patch) | |
tree | 77decc6fc0f551c6e2e3c8e48a574e341ab7bc57 /gold/ChangeLog | |
parent | 91e22acdfab8ca330673117a7634ce8e09cd9992 (diff) | |
download | binutils-99e9a495d54f59d91ec80973182c8832509274ee.zip binutils-99e9a495d54f59d91ec80973182c8832509274ee.tar.gz binutils-99e9a495d54f59d91ec80973182c8832509274ee.tar.bz2 |
* object.cc (Sized_relobj::write_local_symbols): Don't write out
local symbols when stripping all symbols.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 6a86fba..d929d8b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,6 +1,11 @@ +2009-01-15 Ian Lance Taylor <iant@google.com> + + * object.cc (Sized_relobj::write_local_symbols): Don't write out + local symbols when stripping all symbols. + 2009-01-14 Cary Coutant <ccoutant@google.com> - * output.cc (Output_reloc): Add explicit instantiations. + * output.cc (Output_reloc): Add explicit instantiations. 2009-01-14 Cary Coutant <ccoutant@google.com> |