aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2014-04-15 11:24:30 -0700
committerCary Coutant <ccoutant@google.com>2014-04-15 11:56:18 -0700
commit99fd8cfff7a9da67efc2e6c627176f5c767c6e7d (patch)
tree90c4ff3cb8fb668ab8bb7e17adc06654de339482 /gold/ChangeLog
parent91f43acd5d692518f95a901e92dec7dbb6347564 (diff)
downloadgdb-99fd8cfff7a9da67efc2e6c627176f5c767c6e7d.zip
gdb-99fd8cfff7a9da67efc2e6c627176f5c767c6e7d.tar.gz
gdb-99fd8cfff7a9da67efc2e6c627176f5c767c6e7d.tar.bz2
Allow target to decide whether to include a section.
2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com> gold/ * layout.cc (Layout::include_section): Allow a target to decide whether to include a section. * target.h (Target::should_include_section): New function. (Target::do_should_include_section): New function.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 4ddef9a..f1fea46 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,12 @@
2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
+ * layout.cc (Layout::include_section): Allow a target to decide
+ whether to include a section.
+ * target.h (Target::should_include_section): New function.
+ (Target::do_should_include_section): New function.
+
+2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
+
* copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
inline into ...
(Copy_relocs::emit): ... here.