aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-04-15 16:40:59 +0000
committerCary Coutant <ccoutant@google.com>2013-04-15 16:40:59 +0000
commite79c84aa33d03bd43404565f5b98c78a8f98ab95 (patch)
treeb86d21b28783572ea3096fb5e03f4154dad13fd7 /gold/ChangeLog
parent2199fbe773f0795a92afb9a2383b463ccd936008 (diff)
downloadgdb-e79c84aa33d03bd43404565f5b98c78a8f98ab95.zip
gdb-e79c84aa33d03bd43404565f5b98c78a8f98ab95.tar.gz
gdb-e79c84aa33d03bd43404565f5b98c78a8f98ab95.tar.bz2
gold/
* layout.cc (Layout::set_relocatable_section_offsets): Don't allocate space in file for BSS sections.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 595c017..64aedfd 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,10 @@
2013-04-15 Cary Coutant <ccoutant@google.com>
+ * layout.cc (Layout::set_relocatable_section_offsets): Don't
+ allocate space in file for BSS sections.
+
+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.