diff options
author | Cary Coutant <ccoutant@google.com> | 2010-11-16 18:40:28 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-11-16 18:40:28 +0000 |
commit | 6fc6ea198c7feb48e378a490f5d227d625a340e4 (patch) | |
tree | 02aa19e7f2893c86b5d8a43792f840fcfa596589 /gold/ChangeLog | |
parent | a0692e366ae31b249502c7c60d7091211f680c68 (diff) | |
download | ppe42-binutils-6fc6ea198c7feb48e378a490f5d227d625a340e4.tar.gz ppe42-binutils-6fc6ea198c7feb48e378a490f5d227d625a340e4.zip |
PR gold/12220
* layout.cc (Layout::choose_output_section): Transform names of
compressed sections even when using a script with a SECTIONS clause.
(Layout::output_section_name): Remove code to transform
compressed debug section names.
* output.cc (Output_section::add_input_section): Use uncompressed
section size when tracking input sections.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f7448b97e4..c48ea60ef5 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2010-11-16 Cary Coutant <ccoutant@google.com> + + PR gold/12220 + * layout.cc (Layout::choose_output_section): Transform names of + compressed sections even when using a script with a SECTIONS clause. + (Layout::output_section_name): Remove code to transform + compressed debug section names. + * output.cc (Output_section::add_input_section): Use uncompressed + section size when tracking input sections. + 2010-11-11 Richard Sandiford <richard.sandiford@linaro.org> * symtab.h (Symbol::NON_PIC_REF): Remove. |