diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2014-10-24 12:07:53 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-11-13 10:20:44 +0100 |
commit | 3b5d59973315a2f2e77e9febd35034b4d51c716f (patch) | |
tree | f355e62d79ef9700fe4c41f591bfc43c19a6f016 /gdb/testsuite/gdb.base/call-rt-st.c | |
parent | 066a77c58038e1ecf0a18d51b28d7bab303e8234 (diff) | |
download | binutils-gdb-3b5d59973315a2f2e77e9febd35034b4d51c716f.tar.gz |
GDB testsuite: drop non-prototype C function header variants
Remove many old-style function header variants in C source files of
the GDB test suite, using the 'unifdef' tool with '-DPROTOTYPES=1'.
gdb/testsuite/ChangeLog:
* gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
variant.
* gdb.base/annota3.c: Likewise.
* gdb.base/async.c: Likewise.
* gdb.base/average.c: Likewise.
* gdb.base/call-ar-st.c: Likewise.
* gdb.base/call-rt-st.c: Likewise.
* gdb.base/call-sc.c: Likewise.
* gdb.base/call-strs.c: Likewise.
* gdb.base/ending-run.c: Likewise.
* gdb.base/execd-prog.c: Likewise.
* gdb.base/exprs.c: Likewise.
* gdb.base/foll-exec.c: Likewise.
* gdb.base/foll-fork.c: Likewise.
* gdb.base/foll-vfork.c: Likewise.
* gdb.base/funcargs.c: Likewise.
* gdb.base/gcore.c: Likewise.
* gdb.base/jump.c: Likewise.
* gdb.base/langs0.c: Likewise.
* gdb.base/langs1.c: Likewise.
* gdb.base/langs2.c: Likewise.
* gdb.base/mips_pro.c: Likewise.
* gdb.base/nodebug.c: Likewise.
* gdb.base/opaque0.c: Likewise.
* gdb.base/opaque1.c: Likewise.
* gdb.base/recurse.c: Likewise.
* gdb.base/run.c: Likewise.
* gdb.base/scope0.c: Likewise.
* gdb.base/scope1.c: Likewise.
* gdb.base/setshow.c: Likewise.
* gdb.base/setvar.c: Likewise.
* gdb.base/shmain.c: Likewise.
* gdb.base/shr1.c: Likewise.
* gdb.base/shr2.c: Likewise.
* gdb.base/sigall.c: Likewise.
* gdb.base/signals.c: Likewise.
* gdb.base/so-indr-cl.c: Likewise.
* gdb.base/solib2.c: Likewise.
* gdb.base/structs.c: Likewise.
* gdb.base/sum.c: Likewise.
* gdb.base/vforked-prog.c: Likewise.
* gdb.base/watchpoint.c: Likewise.
* gdb.reverse/shr2.c: Likewise.
* gdb.reverse/until-reverse.c: Likewise.
* gdb.reverse/ur1.c: Likewise.
* gdb.reverse/watch-reverse.c: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/call-rt-st.c')
-rw-r--r-- | gdb/testsuite/gdb.base/call-rt-st.c | 151 |
1 files changed, 0 insertions, 151 deletions
diff --git a/gdb/testsuite/gdb.base/call-rt-st.c b/gdb/testsuite/gdb.base/call-rt-st.c index a583babf161..944f1afff64 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.c +++ b/gdb/testsuite/gdb.base/call-rt-st.c @@ -141,7 +141,6 @@ void loop_count () { * IN unsigned e -- 0 or 1 * IN unsigned o -- 0 or 1 *****************************************************************/ -#ifdef PROTOTYPES void init_bit_flags_char ( struct bit_flags_char_t *bit_flags, unsigned a, @@ -150,16 +149,6 @@ unsigned g, unsigned d, unsigned e, unsigned o) -#else -void init_bit_flags_char (bit_flags,a,b,g,d,e,o) -struct bit_flags_char_t *bit_flags; -unsigned a; -unsigned b; -unsigned g; -unsigned d; -unsigned e; -unsigned o; -#endif { bit_flags->alpha = a; @@ -183,7 +172,6 @@ unsigned o; * IN unsigned e -- 0 or 1 * IN unsigned o -- 0 or 1 *****************************************************************/ -#ifdef PROTOTYPES void init_bit_flags_short ( struct bit_flags_short_t *bit_flags, unsigned a, @@ -192,16 +180,6 @@ unsigned g, unsigned d, unsigned e, unsigned o) -#else -void init_bit_flags_short (bit_flags,a,b,g,d,e,o) -struct bit_flags_short_t *bit_flags; -unsigned a; -unsigned b; -unsigned g; -unsigned d; -unsigned e; -unsigned o; -#endif { bit_flags->alpha = a; @@ -225,7 +203,6 @@ unsigned o; * IN unsigned e -- 0 or 1 * IN unsigned o -- 0 or 1 *****************************************************************/ -#ifdef PROTOTYPES void init_bit_flags ( struct bit_flags_t *bit_flags, unsigned a, @@ -234,16 +211,6 @@ unsigned g, unsigned d, unsigned e, unsigned o) -#else -void init_bit_flags (bit_flags,a,b,g,d,e,o) -struct bit_flags_t *bit_flags; -unsigned a; -unsigned b; -unsigned g; -unsigned d; -unsigned e; -unsigned o; -#endif { bit_flags->alpha = a; @@ -269,7 +236,6 @@ unsigned o; * IN unsigned e -- 0 or 1 * IN unsigned o -- 0 or 1 *****************************************************************/ -#ifdef PROTOTYPES void init_bit_flags_combo ( struct bit_flags_combo_t *bit_flags_combo, unsigned a, @@ -280,18 +246,6 @@ unsigned d, char ch2, unsigned e, unsigned o) -#else -void init_bit_flags_combo (bit_flags_combo, a, b, ch1, g, d, ch2, e, o) -struct bit_flags_combo_t *bit_flags_combo; -unsigned a; -unsigned b; -char ch1; -unsigned g; -unsigned d; -char ch2; -unsigned e; -unsigned o; -#endif { bit_flags_combo->alpha = a; @@ -310,13 +264,7 @@ unsigned o; * OUT struct one_double_t *one_double -- structure to fill * IN double init_val *****************************************************************/ -#ifdef PROTOTYPES void init_one_double ( struct one_double_t *one_double, double init_val) -#else -void init_one_double (one_double, init_val) -struct one_double_t *one_double; -double init_val; -#endif { one_double->double1 = init_val; @@ -328,17 +276,10 @@ double init_val; * IN float init_val1 * IN float init_val2 *****************************************************************/ -#ifdef PROTOTYPES void init_two_floats ( struct two_floats_t *two_floats, float init_val1, float init_val2) -#else -void init_two_floats (two_floats, init_val1, init_val2) -struct two_floats_t *two_floats; -float init_val1; -float init_val2; -#endif { two_floats->float1 = init_val1; @@ -352,19 +293,11 @@ float init_val2; * IN char init_val2 * IN char init_val3 *****************************************************************/ -#ifdef PROTOTYPES void init_three_chars ( struct three_char_t *three_char, char init_val1, char init_val2, char init_val3) -#else -void init_three_chars ( three_char, init_val1, init_val2, init_val3) -struct three_char_t *three_char; -char init_val1; -char init_val2; -char init_val3; -#endif { three_char->ch1 = init_val1; @@ -381,7 +314,6 @@ char init_val3; * IN char init_val4 * IN char init_val5 *****************************************************************/ -#ifdef PROTOTYPES void init_five_chars ( struct five_char_t *five_char, char init_val1, @@ -389,15 +321,6 @@ char init_val2, char init_val3, char init_val4, char init_val5) -#else -void init_five_chars ( five_char, init_val1, init_val2, init_val3, init_val4, init_val5) -struct five_char_t *five_char; -char init_val1; -char init_val2; -char init_val3; -char init_val4; -char init_val5; -#endif { five_char->ch1 = init_val1; @@ -413,17 +336,10 @@ char init_val5; * IN int init_val1 * IN char init_val2 *****************************************************************/ -#ifdef PROTOTYPES void init_int_char_combo ( struct int_char_combo_t *combo, int init_val1, char init_val2) -#else -void init_int_char_combo ( combo, init_val1, init_val2) -struct int_char_combo_t *combo; -int init_val1; -char init_val2; -#endif { combo->int1 = init_val1; @@ -435,15 +351,9 @@ char init_val2; * OUT struct small_rep_into_t *small_struct -- structure to be filled * IN int seed *****************************************************************/ -#ifdef PROTOTYPES void init_struct_rep( struct small_rep_info_t *small_struct, int seed) -#else -void init_struct_rep( small_struct, seed) -struct small_rep_info_t *small_struct; -int seed; -#endif { small_struct->value = 2 + (seed*2); @@ -454,12 +364,7 @@ int seed; * PRINT_BIT_FLAGS_CHAR : * IN struct bit_flags_char_t bit_flags ****************************************************************/ -#ifdef PROTOTYPES struct bit_flags_char_t print_bit_flags_char (struct bit_flags_char_t bit_flags) -#else -struct bit_flags_char_t print_bit_flags_char ( bit_flags) -struct bit_flags_char_t bit_flags; -#endif { if (bit_flags.alpha) printf("alpha\n"); @@ -476,12 +381,7 @@ struct bit_flags_char_t bit_flags; * PRINT_BIT_FLAGS_SHORT : * IN struct bit_flags_short_t bit_flags ****************************************************************/ -#ifdef PROTOTYPES struct bit_flags_short_t print_bit_flags_short (struct bit_flags_short_t bit_flags) -#else -struct bit_flags_short_t print_bit_flags_short ( bit_flags) -struct bit_flags_short_t bit_flags; -#endif { if (bit_flags.alpha) printf("alpha\n"); @@ -498,12 +398,7 @@ struct bit_flags_short_t bit_flags; * PRINT_BIT_FLAGS : * IN struct bit_flags_t bit_flags ****************************************************************/ -#ifdef PROTOTYPES struct bit_flags_t print_bit_flags (struct bit_flags_t bit_flags) -#else -struct bit_flags_t print_bit_flags ( bit_flags) -struct bit_flags_t bit_flags; -#endif { if (bit_flags.alpha) printf("alpha\n"); @@ -520,12 +415,7 @@ struct bit_flags_t bit_flags; * PRINT_BIT_FLAGS_COMBO : * IN struct bit_flags_combo_t bit_flags_combo ****************************************************************/ -#ifdef PROTOTYPES struct bit_flags_combo_t print_bit_flags_combo (struct bit_flags_combo_t bit_flags_combo) -#else -struct bit_flags_combo_t print_bit_flags_combo ( bit_flags_combo ) -struct bit_flags_combo_t bit_flags_combo; -#endif { if (bit_flags_combo.alpha) printf("alpha\n"); @@ -543,12 +433,7 @@ struct bit_flags_combo_t bit_flags_combo; * PRINT_ONE_DOUBLE : * IN struct one_double_t one_double ****************************************************************/ -#ifdef PROTOTYPES struct one_double_t print_one_double (struct one_double_t one_double) -#else -struct one_double_t print_one_double ( one_double ) -struct one_double_t one_double; -#endif { printf("Contents of one_double_t: \n\n"); @@ -561,12 +446,7 @@ struct one_double_t one_double; * PRINT_TWO_FLOATS : * IN struct two_floats_t two_floats ****************************************************************/ -#ifdef PROTOTYPES struct two_floats_t print_two_floats (struct two_floats_t two_floats) -#else -struct two_floats_t print_two_floats ( two_floats ) -struct two_floats_t two_floats; -#endif { printf("Contents of two_floats_t: \n\n"); @@ -579,12 +459,7 @@ struct two_floats_t two_floats; * PRINT_THREE_CHARS : * IN struct three_char_t three_char ****************************************************************/ -#ifdef PROTOTYPES struct three_char_t print_three_chars (struct three_char_t three_char) -#else -struct three_char_t print_three_chars ( three_char ) -struct three_char_t three_char; -#endif { printf("Contents of three_char_t: \n\n"); @@ -597,12 +472,7 @@ struct three_char_t three_char; * PRINT_FIVE_CHARS : * IN struct five_char_t five_char ****************************************************************/ -#ifdef PROTOTYPES struct five_char_t print_five_chars (struct five_char_t five_char) -#else -struct five_char_t print_five_chars ( five_char ) -struct five_char_t five_char; -#endif { printf("Contents of five_char_t: \n\n"); @@ -617,12 +487,7 @@ struct five_char_t five_char; * PRINT_INT_CHAR_COMBO : * IN struct int_char_combo_t int_char_combo ****************************************************************/ -#ifdef PROTOTYPES struct int_char_combo_t print_int_char_combo (struct int_char_combo_t int_char_combo) -#else -struct int_char_combo_t print_int_char_combo ( int_char_combo ) -struct int_char_combo_t int_char_combo; -#endif { printf("Contents of int_char_combo_t: \n\n"); @@ -634,12 +499,7 @@ struct int_char_combo_t int_char_combo; /***************************************************************** * PRINT_STRUCT_REP : ****************************************************************/ -#ifdef PROTOTYPES struct small_rep_info_t print_struct_rep(struct small_rep_info_t struct1) -#else -struct small_rep_info_t print_struct_rep( struct1 ) -struct small_rep_info_t struct1; -#endif { printf("Contents of struct1: \n\n"); @@ -652,12 +512,7 @@ struct small_rep_info_t struct1; } -#ifdef PROTOTYPES struct array_rep_info_t print_one_large_struct(struct array_rep_info_t linked_list1) -#else -struct array_rep_info_t print_one_large_struct( linked_list1 ) -struct array_rep_info_t linked_list1; -#endif { @@ -673,13 +528,7 @@ struct array_rep_info_t linked_list1; * IN struct array_rep_info_t *linked_list * IN int seed ****************************************************************/ -#ifdef PROTOTYPES void init_array_rep(struct array_rep_info_t *linked_list, int seed) -#else -void init_array_rep( linked_list, seed ) -struct array_rep_info_t *linked_list; -int seed; -#endif { int index; |