Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-mixed-lib1.s
index a64c0bbbb5db73be4b1ef961437cea3b374958cb..dea26b969170525790af9ac19561b67a9eca3a43 100644 (file)
@@ -3,7 +3,6 @@
 @ Check also calls to an undef weak symbol.
 
        .text
-       .arch armv5t
 
        .p2align 4
        .globl lib_func1
@@ -14,6 +13,8 @@ lib_func1:
        bl      app_func
        .weak   app_func_weak
        bl      app_func_weak
+       bl      lib_func3
+       bl      lib_func4
        ldmia   sp, {r11, sp, lr}
        bx lr
        .size lib_func1, . - lib_func1
@@ -27,5 +28,7 @@ lib_func1:
 lib_func2:
        bl      app_func
        bl      app_func_weak
+       bl      lib_func3
+       bl      lib_func4
        bx lr
        .size lib_func2, . - lib_func2
This page took 0.0252 seconds and 4 git commands to generate.