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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [arm_exidx_test.s] - Blame information for rev 159

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 khays
        .syntax unified
2
        .arch   armv5te
3 159 khays
        .section        .text.answer,"ax",%progbits
4 27 khays
        .align  2
5
        .global answer
6
        .type   answer, %function
7
answer:
8
        .fnstart
9 159 khays
        .cantunwind
10 27 khays
        mov     r0, #42
11
        bx      lr
12
        .fnend
13
        .size   answer, .-answer
14 159 khays
 
15
# Check that we can handle an empty .text section
16
        .section        .text.empty,"ax",%progbits
17
        .align  2
18
        .global empty
19
        .type   empty, %function
20
empty:
21
        .fnstart
22
        .cantunwind
23
        .fnend
24
        .size   empty, .-empty
25
 

powered by: WebSVN 2.1.0

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