OSDN Git Service

2000-12-09 Michael Chastain <chastain@redhat.com>
authorchastain <chastain>
Sat, 9 Dec 2000 22:35:05 +0000 (22:35 +0000)
committerchastain <chastain>
Sat, 9 Dec 2000 22:35:05 +0000 (22:35 +0000)
* gdb.base/break.exp (test_clear_command): Use a marker function
rather than 'main' for the test function.  Also move this
test to an execution point where the marker function names are
guaranteed to be bound to functions.  (Executing tests after a
'finish' from main runs into name conflicts with local names
in __libc_start_main).

gdb/testsuite/ChangeLog

index 19bcf2c..3ff356d 100644 (file)
@@ -1,3 +1,12 @@
+2000-12-09  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.base/break.exp (test_clear_command): Use a marker function
+       rather than 'main' for the test function.  Also move this
+       test to an execution point where the marker function names are
+       guaranteed to be bound to functions.  (Executing tests after a
+       'finish' from main runs into name conflicts with local names
+       in __libc_start_main).
+
 2000-12-07  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * gdb.base/finish.exp: New test for gdb's "finish" command.