diff options
author | Cary Coutant <ccoutant@google.com> | 2013-04-15 16:34:12 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-04-15 16:34:12 +0000 |
commit | 502e8a84302cfcc70166bd60cc6465a3e913cb8c (patch) | |
tree | 0602206c4e18bf6cab9f900cce1ed97f87fd61b9 /gold/ChangeLog | |
parent | 4d40cad2035955599e42cb853b5d331eeefd6622 (diff) | |
download | gdb-502e8a84302cfcc70166bd60cc6465a3e913cb8c.zip gdb-502e8a84302cfcc70166bd60cc6465a3e913cb8c.tar.gz gdb-502e8a84302cfcc70166bd60cc6465a3e913cb8c.tar.bz2 |
gold/
* symtab.cc (Symbol_table::sized_write_globals): Subtract
section starting address for relocatable link.
* testsuite/Makefile.am (script_test_11): New test.
* testsuite/Makefile.in: Regenerate.
* testsuite/script_test_11.c: New source file.
* testsuite/script_test_11.t: New linker script.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 2605874..a635214 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2013-04-15 Cary Coutant <ccoutant@google.com> + + * symtab.cc (Symbol_table::sized_write_globals): Subtract + section starting address for relocatable link. + * testsuite/Makefile.am (script_test_11): New test. + * testsuite/Makefile.in: Regenerate. + * testsuite/script_test_11.c: New source file. + * testsuite/script_test_11.t: New linker script. + 2013-04-13 Alan Modra <amodra@gmail.com> * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set |