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


Andreas Schwab wrote:
"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.


Just a matter of arbitrary choice. The lines I based it on were using strings. It certainly isn't misleading or incorrect.

-- Jeff J.


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