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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-arm/] [farcall-mixed-lib2.s] - Blame information for rev 394

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

Line No. Rev Author Line
1 205 julius
@ 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
        .arch armv5t
7
 
8
        .space 0x1000000
9
        .p2align 4
10
        .globl lib_func3
11
        .type lib_func3, %function
12
        .thumb_func
13
        .code 16
14
lib_func3:
15
        bl      app_func
16
        .weak   app_func_weak
17
        bl      app_func_weak
18
        bx lr
19
        .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.