Convert PLT reloc only if pointer equality isn't needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan3a.s
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6 main:
7 start:
8 _start:
9 __start:
10
11 .section .foo,"a",%nobits
12 .space 16
This page took 0.029528 seconds and 4 git commands to generate.