CARP: Convert macro definitions of USE_STRUCT_CONVENTION into target

specific functions.
This commit is contained in:
Andrew Cagney
1998-11-23 12:35:23 +00:00
parent 554eb429e4
commit 98760eab33
24 changed files with 548 additions and 216 deletions

View File

@ -285,6 +285,11 @@ extern void mfree PARAMS ((PTR, PTR));
extern void set_demangling_style PARAMS ((char *));
/* From tm.h */
struct type;
typedef int (use_struct_convention_fn) PARAMS ((int gcc_p, struct type *value_type));
extern use_struct_convention_fn generic_use_struct_convention;
/* Annotation stuff. */