URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 148 |
Rev 166 |
Line 22... |
Line 22... |
return
|
return
|
}
|
}
|
|
|
# Set up a list as described in ld-lib.exp
|
# Set up a list as described in ld-lib.exp
|
|
|
set tilepro_tests {
|
set tilegx_tests {
|
{ "tilegx relocation resolution linker test"
|
{ "tilegx little-endian relocation resolution linker test"
|
""
|
"-EL"
|
""
|
"-EL"
|
{ "reloc.s" "external.s" }
|
{ "reloc.s" "external.s" }
|
{ {objdump -ds reloc.d} }
|
{ {objdump -ds reloc-le.d} }
|
|
"reloc"
|
|
}
|
|
{ "tilegx big-endian relocation resolution linker test"
|
|
"-EB"
|
|
"-EB"
|
|
{ "reloc.s" "external.s" }
|
|
{ {objdump -ds reloc-be.d} }
|
"reloc"
|
"reloc"
|
}
|
}
|
}
|
}
|
|
|
run_ld_link_tests $tilepro_tests
|
run_ld_link_tests $tilegx_tests
|
run_ld_link_tests $tilegx_tests
|
run_ld_link_tests $tilegx_tests
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.