diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-20 10:14:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-20 10:14:35 -0700 |
commit | f54f5e31ce1270a1e9441348d6f2ea2426352478 (patch) | |
tree | dffa1a2be78618248f313b59bbbbed363917273d /gold/ChangeLog | |
parent | a3b5281eb93f986e9865a099c554156c40e4a686 (diff) | |
download | gdb-f54f5e31ce1270a1e9441348d6f2ea2426352478.zip gdb-f54f5e31ce1270a1e9441348d6f2ea2426352478.tar.gz gdb-f54f5e31ce1270a1e9441348d6f2ea2426352478.tar.bz2 |
Clear SHF_COMPRESSED flag bit from input to output
For relocatable link, we should clear the SHF_COMPRESSED flag bit from
input group section.
PR gold/18689
* layout.cc (Layout::layout): Clear the SHF_COMPRESSED flag bit
from input group section for relocatable link.
* testsuite/Makefile.am (check_SCRIPTS): Add pr18689.sh.
(check_DATA): Add pr18689.stdout.
(MOSTLYCLEANFILES): Add pr18689a.o pr18689b.o.
(pr18689.stdout): New rule.
(pr18689a.o): Likewise.
(pr18689b.o): Likewise.
(pr18689.o): Likewise.
* testsuite/pr18689.c: New file.
* testsuite/pr18689.sh: Likewise.
* testsuite/Makefile.in: Regenerated.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index de73b7d..596c1d7 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,19 @@ +2015-07-20 H.J. Lu <hongjiu.lu@intel.com> + + PR gold/18689 + * layout.cc (Layout::layout): Clear the SHF_COMPRESSED flag bit + from input group section for relocatable link. + * testsuite/Makefile.am (check_SCRIPTS): Add pr18689.sh. + (check_DATA): Add pr18689.stdout. + (MOSTLYCLEANFILES): Add pr18689a.o pr18689b.o. + (pr18689.stdout): New rule. + (pr18689a.o): Likewise. + (pr18689b.o): Likewise. + (pr18689.o): Likewise. + * testsuite/pr18689.c: New file. + * testsuite/pr18689.sh: Likewise. + * testsuite/Makefile.in: Regenerated. + 2015-07-20 Yiran Wang <yiran@google.com> Cary Coutant <ccoutant@gmail.com> |