URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-scripts/] [defined2.d] - Rev 285
Go to most recent revision | Compare with Previous | Blame | View Log
#ld: -Tdefined2.t
#nm: -B
#source: phdrs.s
#xfail: "rs6000-*-aix*"
# Check that arithmetic on DEFINED works.
# Matching both A and T accounts for formats that can't tell a .text
# symbol from an absolute symbol (mmo), but matches whatever section that
# contains an address matching the value. The symbol sym1 is supposed to
# be in the .text section for all targets, though.
#...
0+1 [AT] defined1
#...
0+11 A defined2
#...
0+100 A defined3
#...
0+1ff A defined4
#...
0+3 T sym1
#pass
Go to most recent revision | Compare with Previous | Blame | View Log