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]

Re: [RFC] Stabs parsing regression from GDB 6.6 to GDB 6.6.90


Daniel Jacobowitz wrote:
On Sun, Sep 23, 2007 at 12:38:40PM +0100, Pedro Alves wrote:
2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>

	* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
	targets.
	* configure: Regenerate.

OK. Although, do you really need to check for 'pc' there?



No, not really.


Committed as attached.

Cheers,
Pedro Alves

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v
retrieving revision 1.1453
diff -u -p -r1.1453 ChangeLog
--- ChangeLog	23 Sep 2007 07:56:22 -0000	1.1453
+++ ChangeLog	23 Sep 2007 13:52:02 -0000
@@ -1,3 +1,9 @@
+2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+	* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
+	targets.
+	* configure: Regenerate.
+
 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
 	
 	* gdb.base/annota1.exp: Adjust for 'info break'
Index: configure
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/configure,v
retrieving revision 1.23
diff -u -p -r1.23 configure
--- configure	23 Jan 2007 17:11:54 -0000	1.23
+++ configure	23 Sep 2007 13:52:05 -0000
@@ -1457,6 +1457,8 @@ case $target in
  | *-sun-*        \
  | hppa*-*-*      \
  | *-*-elf*       \
+ | *-*-cygwin*    \
+ | *-*-mingw*     \
  )
     with_stabs=yes ;;
  *)
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/configure.ac,v
retrieving revision 1.7
diff -u -p -r1.7 configure.ac
--- configure.ac	23 Aug 2007 17:58:44 -0000	1.7
+++ configure.ac	23 Sep 2007 13:52:05 -0000
@@ -46,6 +46,8 @@ case $target in
  | *-sun-*        \
  | hppa*-*-*      \
  | *-*-elf*       \
+ | *-*-cygwin*    \
+ | *-*-mingw*     \
  )
     with_stabs=yes ;;
  *)

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