This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: patch to ignore dump.exp for ia64


"J. Johnston" <jjohnstn@redhat.com> writes:

> Index: gdb.base/dump.exp
> ===================================================================
> RCS file: /cvs/src/src/gdb/testsuite/gdb.base/dump.exp,v
> retrieving revision 1.3
> diff -u -r1.3 dump.exp
> --- gdb.base/dump.exp	2 Jun 2003 15:51:24 -0000	1.3
> +++ gdb.base/dump.exp	28 Aug 2003 18:00:55 -0000
> @@ -33,12 +33,18 @@
>  set binfile  ${objdir}/${subdir}/${testfile}
>  set options  {debug}
>  
> +set is64bitonly "no"
> +

Why not just using 0/1 instead of "no"/"yes"?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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