diff options
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/vax/vax-protos.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 43e1784..7e899b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2003-01-27 Richard Henderson <rth@redhat.com> * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really. + * config/vax/vax-protos.h: Update. Really. 2003-01-28 Alexandre Oliva <aoliva@redhat.com> diff --git a/gcc/config/vax/vax-protos.h b/gcc/config/vax/vax-protos.h index 307f5eb..0e8cfb1 100644 --- a/gcc/config/vax/vax-protos.h +++ b/gcc/config/vax/vax-protos.h @@ -34,8 +34,4 @@ extern int reg_was_0_p PARAMS ((rtx, rtx)); extern int check_float_value PARAMS ((enum machine_mode, REAL_VALUE_TYPE *, int)); #endif /* REAL_VALUE_TYPE */ -#ifdef TREE_CODE -extern void vax_output_mi_thunk PARAMS ((FILE *, tree, HOST_WIDE_INT, tree)); -#endif /* TREE_CODE */ - extern void const_section PARAMS ((void)); |