binutils-gdb/ld/testsuite/ld-sparc/gotop32.td
Alan Modra 9028d9432c 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.
2015-02-28 22:26:56 +10:30

12 lines
213 B
TableGen

#source: gotop32.s
#as: --32 -K PIC
#ld: -shared -melf32_sparc
#objdump: -sj.data
#target: sparc*-*-*
.*: +file format elf32-sparc
Contents of section .data:
13000 12345678 deadbeef .*
#pass