diff options
author | Cary Coutant <ccoutant@google.com> | 2014-04-15 11:24:30 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2014-04-15 11:56:18 -0700 |
commit | 99fd8cfff7a9da67efc2e6c627176f5c767c6e7d (patch) | |
tree | 90c4ff3cb8fb668ab8bb7e17adc06654de339482 /gold/ChangeLog | |
parent | 91f43acd5d692518f95a901e92dec7dbb6347564 (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |