old-cross-binutils/ld/testsuite/ld-sparc/gotop64.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

11 lines
214 B
TableGen

#source: gotop64.s
#as: --64 -K PIC
#ld: -shared -melf64_sparc
#objdump: -sj.data
#target: sparc*-*-*
.*: +file format elf64-sparc
Contents of section .data:
103000 12345678 deadbeef .*
#pass