.idata symbols should be reported with i or I flag by nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / start3.s
1 # When GC, all sections in each file must be referenced from within a kept
2 # section.
3 .section .init,"ax",@progbits
4 _start:
5 .quad x+41
6 .quad x2+42
7
This page took 0.030029 seconds and 4 git commands to generate.