forked from Imagelibrary/binutils-gdb
Add fr30 and mcore to expected cpus list.
Fix readelf -r test to not assume a fixed number of spaces in the output.
This commit is contained in:
@@ -33,7 +33,7 @@ send_user "Version [binutil_version $OBJDUMP]"
|
||||
|
||||
set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"]
|
||||
|
||||
set cpus_expected "(a29k|alliant|alpha|arc|arm|convex|d10v|d30v|h8|hppa|i386|i860|i960|m32r|m68k|m88k|mips|mn10200|mn10300|ns32k|powerpc|pyramid|romp|rs6000|sh|sparc|tahoe|v850|vax|we32k|z8k|z8001|z8002)"
|
||||
set cpus_expected "(a29k|alliant|alpha|arc|arm|convex|d10v|d30v|fr30|h8|hppa|i386|i860|i960|m32r|m68k|m88k|MCore|mips|mn10200|mn10300|ns32k|powerpc|pyramid|romp|rs6000|sh|sparc|tahoe|v850|vax|we32k|z8k|z8001|z8002)"
|
||||
|
||||
# Make sure the target CPU shows up in the list.
|
||||
if ![regexp $cpus_expected $target_cpu] {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
Relocation section '.rel.*text' at offset 0x.* contains 1 entries:
|
||||
Offset Info Type Symbol's Value Symbol's Name.*
|
||||
00000004 00.* R_.* 00000000 external_symbol.*
|
||||
00000004 00.* R_.*00000000 external_symbol.*
|
||||
|
||||
Reference in New Issue
Block a user