This is the mail archive of the gdb-patches@sourceware.org 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]

Committed: adjust sim/cris test-cases for differences in getopt_long quoting


Looks like this changed some time between glibc-2.7(-2) and
glibc-2.8(-8).  Committed.

sim/testsuite:
	* sim/cris/asm/opterr1.ms, sim/cris/asm/opterr2.ms: Adjust for
	differences in getopt_long error message quoting.

Index: sim/cris/asm/opterr1.ms
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/cris/asm/opterr1.ms,v
retrieving revision 1.1
diff -p -u -r1.1 opterr1.ms
--- sim/cris/asm/opterr1.ms	21 Nov 2005 04:48:19 -0000	1.1
+++ sim/cris/asm/opterr1.ms	30 Dec 2008 10:49:48 -0000
@@ -1,5 +1,5 @@
 # mach: crisv3 crisv8 crisv10 crisv32
 # xerror:
-# output: *: unrecognized option `--cris-stats=xyz'\n
+# output: *: unrecognized option [`']--cris-stats=xyz'\n
 # sim: --cris-stats=xyz
  .include "nopv32t.ms"
Index: sim/cris/asm/opterr2.ms
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/cris/asm/opterr2.ms,v
retrieving revision 1.1
diff -p -u -r1.1 opterr2.ms
--- sim/cris/asm/opterr2.ms	21 Nov 2005 04:48:19 -0000	1.1
+++ sim/cris/asm/opterr2.ms	30 Dec 2008 10:49:48 -0000
@@ -1,5 +1,5 @@
 # mach: crisv3 crisv8 crisv10 crisv32
 # xerror:
-# output: *: unrecognized option `--cris-xyz'\n
+# output: *: unrecognized option [`']--cris-xyz'\n
 # sim: --cris-xyz
  .include "nopv32t.ms"

brgds, H-P


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