diff options
author | Cary Coutant <ccoutant@google.com> | 2009-02-25 19:05:21 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-02-25 19:05:21 +0000 |
commit | 401a9a73922f3b3ad7099859b7d3bc3c80397f3a (patch) | |
tree | 6a74503c6b496930ef074603db18cb9c9b5dbbd2 /gold/ChangeLog | |
parent | 784788d2f758e76488ce5c12242fb97907d27b53 (diff) | |
download | binutils-401a9a73922f3b3ad7099859b7d3bc3c80397f3a.zip binutils-401a9a73922f3b3ad7099859b7d3bc3c80397f3a.tar.gz binutils-401a9a73922f3b3ad7099859b7d3bc3c80397f3a.tar.bz2 |
* layout.cc (Layout::choose_output_section): Don't rename sections
when using a linker script that has a SECTIONS clause.
* Makefile.in: Regenerate.
* testsuite/Makefile.am (script_test_5.sh): New test case.
* testsuite/Makefile.in: Regenerate.
* testsuite/script_test_5.cc: New file.
* testsuite/script_test_5.sh: New file.
* testsuite/script_test_5.t: New file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f2d367f..8630e50 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,15 @@ +2009-02-25 Cary Coutant <ccoutant@google.com> + + * layout.cc (Layout::choose_output_section): Don't rename sections + when using a linker script that has a SECTIONS clause. + * Makefile.in: Regenerate. + + * testsuite/Makefile.am (script_test_5.sh): New test case. + * testsuite/Makefile.in: Regenerate. + * testsuite/script_test_5.cc: New file. + * testsuite/script_test_5.sh: New file. + * testsuite/script_test_5.t: New file. + 2009-02-13 Rafael Avila de Espindola <espindola@google.com> * archive.cc (Archive::include_member): Update calls to add_symbols. |