Home | History | Annotate | Download | only in ld-mips-elf
      1 	.text
      2 	.align	4
      3 	.globl	_start
      4 _start:
      5 	jr	$31
      6 
      7 	.section .merge1,"aMS",@progbits,1
      8 A:	.string	"utter"
      9 
     10 	.section .merge2,"aMS",@progbits,1
     11 B:	.string "tasting"
     12 
     13 	.section .merge3,"aM",@progbits,4
     14 C:	.4byte	0x100
     15 D:	.4byte	0x200
     16 
     17 	.data
     18 	.align	4
     19 E:	.4byte	E
     20 	.4byte	E + 0x1000
     21 	.4byte	A
     22 	.4byte	B
     23 	.4byte	C
     24 	.4byte	D
     25