[Patch 5/8]: 68HC11 port of Binutils (binutils)
Stephane Carrez
Stephane.Carrez@worldnet.fr
Fri Jun 16 14:47:00 GMT 2000
More information about the Binutils mailing list
Fri Jun 16 14:47:00 GMT 2000
- Previous message (by thread): [Patch 2/8]: 68HC11 port of Binutils (opcodes)
- Next message (by thread): [Patch 4/8]: 68HC11 port of Binutils (ld)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! This small patch fixes the validation of binutils/binutils for 68hc11. The ChangeLog is for binutils/binutils/testsuite. Stephane 2000-06-16 Stephane Carrez <stcarrez@worldnet.fr> * binutils-all/objdump.exp (cpus_expected): Recognize m68hc11 and m68hc12. diff -Nrup --exclude-from=binutils-exclude.lst /src/gnu/cygnus/binutils/binutils/testsuite/binutils-all/objdump.exp binutils/binutils/testsuite/binutils-all/objdump.exp --- /src/gnu/cygnus/binutils/binutils/testsuite/binutils-all/objdump.exp Sat Sep 4 19:38:46 1999 +++ binutils/binutils/testsuite/binutils-all/objdump.exp Fri Feb 18 22:34:14 2000 @@ -33,7 +33,7 @@ send_user "Version [binutil_version $OBJ 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|pj|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|m68hc11|m68hc12|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] {
- Previous message (by thread): [Patch 2/8]: 68HC11 port of Binutils (opcodes)
- Next message (by thread): [Patch 4/8]: 68HC11 port of Binutils (ld)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list