OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [farcall-mixed-lib2.s] - Blame information for rev 166

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 33 khays
@ Create a large shared library so that calls through PLT to an undef
2
@ symbol require insertion of a long branch stub.
3
@ Check also calls to an undef weak symbol.
4
 
5
        .text
6
 
7
        .space 0x1000000
8
        .p2align 4
9
        .globl lib_func3
10
        .type lib_func3, %function
11
        .thumb_func
12
        .code 16
13
lib_func3:
14
        bl      app_func
15
        .weak   app_func_weak
16
        bl      app_func_weak
17
        bx lr
18
        .size lib_func3, . - lib_func3

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.