Home | History | Annotate | Download | only in ld-discard
      1 	.section	.data.exit,"aw"
      2 data:
      3 	.section	.text.exit,"ax"
      4 text:
      5 	.text
      6 	.globl _start
      7 _start:
      8 	.long	data
      9 	.section	.debug_info
     10 	.long	0
     11 	.long	text
     12