Enable ld-ifunc tests for more targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-4-x86.s
index 1c7e07e70cfc69b13acb3eee686f43f716e7f602..7d02f5caeb2027ad559912084e27c0e65ac099b5 100644 (file)
@@ -14,6 +14,8 @@ _start:
        .type __start,"function"
        .global __start
 __start:
-       .type __start,"function"
+       .type _main,"function"
+       .global _main
+_main:
        call    foo
        movl    $foo,%eax
This page took 0.039989 seconds and 4 git commands to generate.