diff options
author | Sriraman Tallam <tmsriram@google.com> | 2010-09-28 17:14:15 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2010-09-28 17:14:15 +0000 |
commit | c95e9f279130c09af2c427065700e3e08500b168 (patch) | |
tree | 78e7735b04680083b0cbc1d67e17d4c024dae2cd /gold/ChangeLog | |
parent | 22e603ef762487e8a761d443a94168493a46db25 (diff) | |
download | gdb-c95e9f279130c09af2c427065700e3e08500b168.zip gdb-c95e9f279130c09af2c427065700e3e08500b168.tar.gz gdb-c95e9f279130c09af2c427065700e3e08500b168.tar.bz2 |
2010-09-28 Sriraman Tallam <tmsriram@google.com>
* target.h (Target::can_icf_inline_merge_sections): New virtual
function.
* x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
virtual function.
* i386.cc (Target_i386::can_icf_inline_merge_sections): New
virtual function.
* icf.cc (get_section_contents): Inline merge sections only when
target allows it.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index bdc600f..a42330b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,14 @@ +2010-09-28 Sriraman Tallam <tmsriram@google.com> + + * target.h (Target::can_icf_inline_merge_sections): New virtual + function. + * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New + virtual function. + * i386.cc (Target_i386::can_icf_inline_merge_sections): New + virtual function. + * icf.cc (get_section_contents): Inline merge sections only when + target allows it. + 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure: Regenerate. |