'callfuncs' test case: Fixes in conditionally compiled code
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Wed, 22 Oct 2014 17:46:29 +0000 (17:46 +0000)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Thu, 13 Nov 2014 09:20:40 +0000 (10:20 +0100)
commit44dba9b9cddaf92d520defc74d38f7d576c9426b
tree28cbdb730283e5748821a21f31277690136508a1
parentd1fbcd564ab192434686588b9ff0853e158afbfc
'callfuncs' test case: Fixes in conditionally compiled code

The C source file for the 'callfuncs' test case did not compile with
-DNO_PROTOTYPES or -DPROTOTYPES.  This patch fixes various syntax
errors under #ifdef NO_PROTOTYPES and a small typo under #ifdef
PROTOTYPES.

gdb/testsuite/ChangeLog:

* gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
code guarded by #ifdef NO_PROTOTYPES.
(t_double_many_args): Likewise.
(DEF_FUNC_MANY_ARGS_1): Likewise.
(DEF_FUNC_VALUES_1): Likewise.
(t_structs_ldc): Renamed from t_structs_fc in conditional code
guarded by #ifdef PROTOTYPES.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/callfuncs.c
This page took 0.025176 seconds and 4 git commands to generate.