diff options
author | Cary Coutant <ccoutant@google.com> | 2013-04-15 16:37:30 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-04-15 16:37:30 +0000 |
commit | 2199fbe773f0795a92afb9a2383b463ccd936008 (patch) | |
tree | b733a6387cf85cd3e671744c17be74bb6f809daf /gold/ChangeLog | |
parent | 502e8a84302cfcc70166bd60cc6465a3e913cb8c (diff) | |
download | gdb-2199fbe773f0795a92afb9a2383b463ccd936008.zip gdb-2199fbe773f0795a92afb9a2383b463ccd936008.tar.gz gdb-2199fbe773f0795a92afb9a2383b463ccd936008.tar.bz2 |
gold/
* script-sections.cc (Orphan_output_section): Reset address
to zero after each orphaned section for relocatable links.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index a635214..595c017 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,10 @@ 2013-04-15 Cary Coutant <ccoutant@google.com> + * script-sections.cc (Orphan_output_section): Reset address + to zero after each orphaned section for relocatable links. + +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. |