aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-05-16 22:29:04 +0000
committerIan Lance Taylor <ian@airs.com>2008-05-16 22:29:04 +0000
commit01676dcd515a65afcc47d3c6f38a71b6830df3c1 (patch)
tree5f4262f253855840a1f8671add53dae6f5af2594 /gold/ChangeLog
parent497897f98cc3ae32477afbbf00fd871372a69ce7 (diff)
downloadbinutils-01676dcd515a65afcc47d3c6f38a71b6830df3c1.zip
binutils-01676dcd515a65afcc47d3c6f38a71b6830df3c1.tar.gz
binutils-01676dcd515a65afcc47d3c6f38a71b6830df3c1.tar.bz2
* output.cc (Output_segment::add_output_section): Remove front
parameter. * output.h (class Output_segment): Remove add_initial_output_section and overloaded add_output_section. Update declaration of remaining add_output_section. * layout.cc (Layout::create_interp): Call add_output_section rather than add_initial_output_section. (Layout::finish_dynamic_section): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index c282214..1012610 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,14 @@
2008-05-16 Ian Lance Taylor <iant@google.com>
+ * output.cc (Output_segment::add_output_section): Remove front
+ parameter.
+ * output.h (class Output_segment): Remove
+ add_initial_output_section and overloaded add_output_section.
+ Update declaration of remaining add_output_section.
+ * layout.cc (Layout::create_interp): Call add_output_section
+ rather than add_initial_output_section.
+ (Layout::finish_dynamic_section): Likewise.
+
* i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
know the dynamic type.