mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 07:28:58 +08:00
* pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
From-SVN: r31915
This commit is contained in:
parent
8c417c25d4
commit
84caa961db
@ -1,3 +1,7 @@
|
||||
2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
|
||||
|
||||
* pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
|
||||
|
||||
Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* pa.c, pa.h: Remove trigraph sequences within comments.
|
||||
|
@ -115,7 +115,9 @@ extern int lhs_lshift_operand PARAMS ((rtx, enum machine_mode));
|
||||
extern int pc_or_label_operand PARAMS ((rtx, enum machine_mode));
|
||||
#ifdef ARGS_SIZE_RTX
|
||||
/* expr.h defines ARGS_SIZE_RTX and `enum direction' */
|
||||
#ifdef TREE_CODE
|
||||
extern enum direction function_arg_padding PARAMS ((enum machine_mode, tree));
|
||||
#endif
|
||||
#endif /* ARGS_SIZE_RTX */
|
||||
extern int non_hard_reg_operand PARAMS ((rtx, enum machine_mode));
|
||||
extern int eq_neq_comparison_operator PARAMS ((rtx, enum machine_mode));
|
||||
|
Loading…
Reference in New Issue
Block a user