From 9028d9432c57fc0871479960f843ef4af194d5ac Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 25 Feb 2015 09:36:36 +1030 Subject: 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. --- ld/testsuite/ld-tilepro/external.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/ld-tilepro') diff --git a/ld/testsuite/ld-tilepro/external.s b/ld/testsuite/ld-tilepro/external.s index 93d7556..87ba37a 100644 --- a/ld/testsuite/ld-tilepro/external.s +++ b/ld/testsuite/ld-tilepro/external.s @@ -28,6 +28,6 @@ external_32a = 0x87654321 external_32b = 0xfedcba98 .data - + .align 0x20 .global external_data1 external_data1: -- cgit v1.1