1999-09-02 Steve Chamberlain <sac@pobox.com>
* binutils-all/objdump.exp: Add pj to cpus_expected.
This commit is contained in:
parent
c6c8c6dc7a
commit
6a0aef968b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-09-02 Steve Chamberlain <sac@pobox.com>
|
||||
|
||||
* binutils-all/objdump.exp: Add pj to cpus_expected.
|
||||
|
||||
Sat Aug 28 00:24:27 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
||||
|
||||
* binutils-all/hppa/freg.s: New file.
|
||||
|
|
|
@ -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|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)"
|
||||
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|pj|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] {
|
||||
|
|
Loading…
Reference in a new issue