Pad only text sections at end by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-14c.s
1 .text
2 .globl xxx
3 .type xxx, @function
4 xxx:
5 jmp foo
6 .size xxx, .-xxx
7 .hidden foo
This page took 0.030915 seconds and 4 git commands to generate.