Don't hardcode offset of .shstrtab section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / vxworks3-lib.s
CommitLineData
55e6e397
RS
1 .macro entry
2 .globl foo\@
3 .size foo\@,4
4 .type foo\@,@function
5foo\@:
6 rts
7 nop
8 .endm
9
10 .rept 511
11 entry
12 .endr
This page took 0.419381 seconds and 4 git commands to generate.