diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-07 22:42:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-07 22:42:29 +0000 |
commit | a4635519192f723ab84bfa4d1cc4461b5e7c1aac (patch) | |
tree | 433daa86366cd5d7ab90e01ba73d3ba68c289f94 /gdb/values.c | |
parent | fe5a3d680598d91f6bebd57d0a3f646d0e5e082b (diff) | |
download | gdb-a4635519192f723ab84bfa4d1cc4461b5e7c1aac.tar.gz |
gdbarch.sh provides default for USE_STRUCT_CONVENTION.
Diffstat (limited to 'gdb/values.c')
-rw-r--r-- | gdb/values.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/values.c b/gdb/values.c index eedeaf96057..639f7bf4081 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -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 |