gdbarch.sh provides default for USE_STRUCT_CONVENTION.

This commit is contained in:
Andrew Cagney 2001-11-07 22:42:29 +00:00
parent 2b0f7ef92e
commit 56f127518f
5 changed files with 16 additions and 9 deletions

View file

@ -1382,11 +1382,6 @@ generic_use_struct_convention (int gcc_p, struct type *value_type)
|| TYPE_LENGTH (value_type) == 8));
}
#ifndef USE_STRUCT_CONVENTION
#define USE_STRUCT_CONVENTION(gcc_p,type) generic_use_struct_convention (gcc_p, type)
#endif
/* Return true if the function specified is using the structure returning
convention on this machine to return arguments, or 0 if it is using
the value returning convention. FUNCTION is the value representing