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]

[commit/testsuite/obvious] list.exp: remove gcc_compiled


Today's patch for gcc_compiled is a no-brainer.  list.exp has an unused
declaration for gcc_compiled.

Tested with: native i686-pc-linux-gnu, gcc 2.95.3 and 3.3.2, dwarf-2 and
stabs+.

I am committing this now as an obvious fix.

Michael C

===

2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>

	Partial fix for PR testsuite/1456.
	* gdb.base/list.exp (test_list_function): Delete unused declaration
	of gcc_compiled.

Index: gdb.base/list.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/list.exp,v
retrieving revision 1.9
diff -c -3 -p -r1.9 list.exp
*** gdb.base/list.exp	27 Mar 2003 18:59:11 -0000	1.9
--- gdb.base/list.exp	30 Nov 2003 23:10:55 -0000
*************** proc test_list_filename_and_number {} {
*** 222,228 ****
  
  proc test_list_function {} {
      global gdb_prompt
-     global gcc_compiled
  
      # gcc appears to generate incorrect debugging information for code
      # in include files, which breaks this test.
--- 222,227 ----


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