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-cris/] [got7.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
; Just something defining 7 variables @ 4 bytes and requesting GOT
2
;  entries for each of them.
3
 
4
        .text
5
        .global got7fn
6
        .type   got7fn,@function
7
got7fn:
8
        .irpc   n,1234567
9
        move.d  got7var\n:GOT,$r10
10
        .endr
11
.Lfe:
12
        .size   got7fn,.Lfe-got7fn
13
 
14
        .irpc   n,1234567
15
        .data
16
        .global got7var\n
17
        .type   got7var\n,@object
18
        .size   got7var\n,4
19
got7var\n:
20
        .dword 0
21
        .endr

powered by: WebSVN 2.1.0

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