diff options
author | Cary Coutant <ccoutant@google.com> | 2011-10-31 22:43:49 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-10-31 22:43:49 +0000 |
commit | 9634ed06a66c3693045bb8b3bf86b43942239dd8 (patch) | |
tree | df00f7cc36e32cdb099a1be97c032e84d6cae1c7 /gold/ChangeLog | |
parent | de4101c724d90aa753a39e04fd3e1f09c66e2c75 (diff) | |
download | gdb-9634ed06a66c3693045bb8b3bf86b43942239dd8.zip gdb-9634ed06a66c3693045bb8b3bf86b43942239dd8.tar.gz gdb-9634ed06a66c3693045bb8b3bf86b43942239dd8.tar.bz2 |
* options.h (class General_options): Add --[no-]gnu-unique options.
* symtab.cc (Symbol_table::sized_write_globals): Convert
STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index fddf7d0..cc8aae0 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2011-10-31 Cary Coutant <ccoutant@google.com> + * options.h (class General_options): Add --[no-]gnu-unique options. + * symtab.cc (Symbol_table::sized_write_globals): Convert + STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique. + +2011-10-31 Cary Coutant <ccoutant@google.com> + PR gold/13359 * i386.cc (Target_i386::Relocate::relocate_tls): Remove unnecessary assertion. |