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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [reloc-merge-lo16.s] - Blame information for rev 156

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
        .section .rodata.str1.4,"aMS", @progbits, 1
2
        .macro  fillstr char
3
        .rept   0x3fff - \char
4
        .byte   \char
5
        .endr
6
        .byte   0
7
        .endm
8
        fillstr 'a'
9
        fillstr 'h'
10
        fillstr 'c'
11
        fillstr 'd'
12
        fillstr 'g'
13
        fillstr 'f'
14
g:
15
        fillstr 'g'
16
        fillstr 'h'
17
 
18
        .text
19
        .globl  __start
20
        .ent    __start
21
        .type   __start, @function
22
__start:
23
        lui     $2, %hi(g)
24
        addiu   $3, $2, %lo(g)
25
        addiu   $2, $2, %lo(g)
26
        .end    __start
27
 
28
        .space  16

powered by: WebSVN 2.1.0

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