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-mmix/] [x.s] - Rev 205

Compare with Previous | Blame | View Log

;# Main file, x.s, with the program (_start) referring to two
;# linkonce functions fn and fn2.  The functions fn and fn2 are
;# supposed to be equivalent of C++ template instantiations; the
;# main file instantiates fn.  An exception-table-lookalike entry
;# refers to fn via a local label.  We use .gcc_except_table as we
;# can't be bothered to produce syntactically valid .eh_frame contents
;# and there's no option to turn off warning messages for invalid
;# contents.
 
 .text
 .global _start
_start:
 .long fn
 .long fn2
 
 .section .gnu.linkonce.t.fn,"ax",@progbits
 .weak fn
 .type fn,@function
fn:
L:a:
 .long 1
 .long 2
L:b:
 .size fn,L:b-L:a
 
 .section .gcc_except_table,"aw",@progbits
 .long 2
 .long L:a
 .long L:b-L:a
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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