MIPS/BFD: Fix TLS relocation resolution for regular executables
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-mixed-app.s
index 78d5f652098db58e3ac634cd92a13189e82369ee..e462ba36260eb4dd190e29839f6c6f7c3bfe2a2f 100644 (file)
@@ -5,6 +5,8 @@ _start:
        mov     ip, sp
        stmdb   sp!, {r11, ip, lr, pc}
        bl      app_func
+       bl      lib_func1
+       bl      lib_func2
        ldmia   sp, {r11, sp, lr}
        bx lr
 
@@ -30,6 +32,7 @@ app_func:
        mov     ip, sp
        stmdb   sp!, {r11, ip, lr, pc}
        bl      lib_func1
+       bl      lib_func2
        ldmia   sp, {r11, sp, lr}
        bx lr
 
This page took 0.026743 seconds and 4 git commands to generate.