aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-06-24 00:38:00 +0000
committerIan Lance Taylor <ian@airs.com>2009-06-24 00:38:00 +0000
commit1518dc8f89bfcd443f8853368fd44cbd526f2a7f (patch)
tree137c3587d4a25e9d527e5e8e7eeac06fe2553ed2 /gold/ChangeLog
parenta71d5864861507609376014210d365250704b225 (diff)
downloadgdb-1518dc8f89bfcd443f8853368fd44cbd526f2a7f.zip
gdb-1518dc8f89bfcd443f8853368fd44cbd526f2a7f.tar.gz
gdb-1518dc8f89bfcd443f8853368fd44cbd526f2a7f.tar.bz2
PR 10219
* layout.cc (Layout::Layout): Initialize have_stabstr_section_. (Layout::make_output_section): Set have_stabstr_section_ if we see a .stab*str section. (Layout::finalize): Call link_stabs_sections. (Layout::link_stabs_sections): New file. * layout.h (class Layout): Add have_stabstr_section_ field. Declare link_stabs_sections.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 7a19f89..56a4da6 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,14 @@
+2009-06-23 Ian Lance Taylor <iant@google.com>
+
+ PR 10219
+ * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
+ (Layout::make_output_section): Set have_stabstr_section_ if we see
+ a .stab*str section.
+ (Layout::finalize): Call link_stabs_sections.
+ (Layout::link_stabs_sections): New file.
+ * layout.h (class Layout): Add have_stabstr_section_ field.
+ Declare link_stabs_sections.
+
2009-06-23 Doug Kwan <dougkwan@google.com>
* Makefile.am (libgold_a_LIBADD): New.