This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Patch 5/8]: 68HC11 port of Binutils (binutils)


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] {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]