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] fix maint space


On Mon, Jun 02, 2003 at 10:22:03AM -0400, Elena Zannoni wrote:
> yes, this also gets rid of a few ARI hits with the 'extern' in C
> files...

I discovered after the fact that this patch also needs the
following tweak to the testsuite.  Committing this along
with the main patch as obvious.


r~


	* gdb.base/selftest.exp: Next over lim_at_start initialization.

Index: gdb.base/selftest.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/selftest.exp,v
retrieving revision 1.7
diff -c -p -d -r1.7 selftest.exp
*** gdb.base/selftest.exp	15 Jan 2003 17:32:41 -0000	1.7
--- gdb.base/selftest.exp	2 Jun 2003 15:53:28 -0000
*************** proc do_steps_and_nexts {} {
*** 115,120 ****
--- 115,124 ----
  		set description "next over init_malloc and everything it calls"
  		set command "next"
  	    }
+ 	    -re ".*lim_at_start.*$gdb_prompt $" {
+ 		set description "next over lim_at_start initialization"
+ 		set command "next"
+ 	    }
  	    -re ".*count . 0x3.*$gdb_prompt $" {
  		set description "next over conditional stack alignment code 1"
  		set command "next"


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