OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mmix/] [y.s] - Blame information for rev 262

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

Line No. Rev Author Line
1 38 julius
;# Library file y.s has linkonce entries for fn and fn2.  Note
2
;# that this version of fn has different code, as if compiled
3
;# with different optimization flags than the one in x.s (not
4
;# important for this test, though).  The reference from
5
;# .eh_frame to the linkonce-excluded fn2 must be zero, or g++
6
;# EH will not work.
7
 
8
 .section .gnu.linkonce.t.fn2,"ax",@progbits
9
 .weak fn2
10
 .type fn2,@function
11
fn2:
12
L:c:
13
 .long 3
14
L:d:
15
 .size fn2,L:d-L:c
16
 
17
 .section .gnu.linkonce.t.fn,"ax",@progbits
18
 .weak fn
19
 .type fn,@function
20
fn:
21
L:e:
22
 .long 4
23
L:f:
24
 .size fn,L:f-L:e
25
 
26
 .section .eh_frame,"aw",@progbits
27
 .long 7
28
 .long L:c
29
 .long L:d-L:c
30
 
31
 .long 0x6066
32
 .long L:e
33
 .long L:f-L:e

powered by: WebSVN 2.1.0

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