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.
This commit is contained in:
Michael Chastain 2003-11-30 23:13:34 +00:00
parent 3e9b847674
commit f35309fcfd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.
2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456.

View File

@ -222,7 +222,6 @@ proc test_list_filename_and_number {} {
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.