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-sh/] [sh64/] [dlsection-1.s] - Rev 449
Go to most recent revision | Compare with Previous | Blame | View Log
! Test gc-sections and datalabel references. ! ! Datalabel reference to symbol in section .text2 should ! prevent .text2 from being discarded. ! Section .spurious can be discarded. .mode SHmedia .text .global start .global foo start: .long datalabel foo .section .text2,"ax" foo: .long 23 .section .spurious,"ax" .long 17
Go to most recent revision | Compare with Previous | Blame | View Log