ld: Add _bfd_elf_link_hide_sym_by_version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr23194.s
index 32693feb7f9eaca1f60cd78619f3c4c9baff65f6..a64bae16fed95d7789eb08a37c780181590db631 100644 (file)
@@ -3,10 +3,11 @@
        .globl  foo
        .type   foo, @function
 foo:
-       ret
+       movl foobar@GOT(%ebx), %eax
        .size   foo, .-foo
        .globl  bar
        .type   bar, @function
 bar:
        jmp     *foo@GOT(%eax)
        .size   bar, .-bar
+       .comm foobar,30,4
This page took 0.024434 seconds and 4 git commands to generate.