Pad only text sections at end by default
authorAlan Modra <amodra@gmail.com>
Tue, 24 Feb 2015 23:06:36 +0000 (09:36 +1030)
committerAlan Modra <amodra@gmail.com>
Sat, 28 Feb 2015 11:56:56 +0000 (22:26 +1030)
commit9028d9432c57fc0871479960f843ef4af194d5ac
tree930c4014333a3a8dffb24df45d33e7551642e62b
parentf01f1741df37f0330fbf2809df0ffddc992ff60c
Pad only text sections at end by default

gas/
* write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
end to their alignment.
gas/testsuite/
* gas/sparc/pcrel.d: Update for changed padding in data sections.
* gas/sparc/pcrel64.d: Likewise.
ld/testsuite/
* ld-sparc/gotop32.rd: Update for changed padding in data sections.
* ld-sparc/gotop32.td: Likewise.
* ld-sparc/gotop64.rd: Likewise.
* ld-sparc/gotop64.td: Likewise.
* ld-tilegx/external.s: Align .data.
* ld-tilepro/external.s: Likewise.
12 files changed:
gas/ChangeLog
gas/testsuite/ChangeLog
gas/testsuite/gas/sparc/pcrel.d
gas/testsuite/gas/sparc/pcrel64.d
gas/write.c
ld/testsuite/ChangeLog
ld/testsuite/ld-sparc/gotop32.rd
ld/testsuite/ld-sparc/gotop32.td
ld/testsuite/ld-sparc/gotop64.rd
ld/testsuite/ld-sparc/gotop64.td
ld/testsuite/ld-tilegx/external.s
ld/testsuite/ld-tilepro/external.s
This page took 0.034952 seconds and 4 git commands to generate.