Drop non-prototype C function header variants: 'list' test case
commit4f204ea54e2b80354d03dea210047137a09ceae2
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Wed, 22 Oct 2014 17:13:34 +0000 (22 17:13 +0000)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Thu, 13 Nov 2014 09:20:43 +0000 (13 10:20 +0100)
treed4c2cf439337dd0932c3557f9100b9a853a69134
parent3b377a3aa772bf1214efba8a98cec59e2d7ad734
Drop non-prototype C function header variants: 'list' test case

Remove old-style function header variants from list0.h and list1.c.
Fill the removed lines with comments or empty lines, such that the
line numbering is undisturbed.  Changes to the line numbering would
require heavy adjustments to list.exp, where many line numbers are
hard-coded, as well as a fair amount of knowledge about the source
code in and around certain lines.  Thus the dependency on the line
numbering can not be eliminated so easily, and it may not even be a
useful goal for a "list" test case.  Another option might be to adjust
the literal line numbers in list.exp, but even that is not as
straightforward as it may seem, since the test case expects certain
source lines to be exactly n lines apart.

gdb/testsuite/ChangeLog:

* gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
variant.  Preserve original line numbering.
* gdb.base/list1.c: Likewise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/list0.h
gdb/testsuite/gdb.base/list1.c