Drop non-prototype C function header variants: 'break' test case
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Wed, 22 Oct 2014 09:24:25 +0000 (09:24 +0000)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Thu, 13 Nov 2014 09:20:42 +0000 (10:20 +0100)
commit3b377a3aa772bf1214efba8a98cec59e2d7ad734
treed0934a1fdfebc00706cb1e04ecbf4b54a3e7230a
parente444df73e954bf24d9dc6a4eaeb5153b3faee973
Drop non-prototype C function header variants: 'break' test case

Remove old-style function headers from break.c and break1.c.  Adjust
break.exp accordingly; in particular eliminate references to the
removed locations "breakpoint 9, 13, and 16" from break.exp.

gdb/testsuite/ChangeLog:

* gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
variant.
* gdb.base/break1.c: Likewise.
* gdb.base/break.exp: Drop references to removed code.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break.c
gdb/testsuite/gdb.base/break.exp
gdb/testsuite/gdb.base/break1.c