Hi! In the gdb.base/break.c test, the function marker4() is defined at line 46 when the test is compiled with -DPROTOTYPES and at line 51 otherwise. The break.exp test only check for line 51. This patch adds the missing regexp for marker4 at line 46. (tested with make check for m6811-elf; break.exp passes completely) Can you approve it? Thanks, Stephane 2003-02-24 Stephane Carrez * gdb.base/break.exp: marker4() is defined at line 46 when compiled with -DPROTOTYPES.