ld-d10v/default_layout.d: Adjust expected offsets to allow for section alignment.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / static.s
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
This page took 0.029815 seconds and 4 git commands to generate.