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]

Re: RFA/PATCH: binutils/testsuite/binutils-all/objdump.exp


Hi Frank,

: The following patch cleans up code that generates a target-set-dependent
: regular expression for `objdump' result matching.   May I commit?
: 
: 2000-06-28  Frank Ch. Eigler  <fche@redhat.com>
: 
: 	* binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize
: 	syntax to display more tcl nature.

Approved.

: -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)"
: +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}

Would it be possible to change this so that each processor has its own
line ?  Or maybe a few processors per line ?  This would help to keep
the code to the 80 column width limit, and also make patches to add
new processors slightly easier to read.

Cheers
	Nick

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