summaryrefslogtreecommitdiff
path: root/gdb/values.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-11-07 22:42:29 +0000
committerAndrew Cagney <cagney@redhat.com>2001-11-07 22:42:29 +0000
commita4635519192f723ab84bfa4d1cc4461b5e7c1aac (patch)
tree433daa86366cd5d7ab90e01ba73d3ba68c289f94 /gdb/values.c
parentfe5a3d680598d91f6bebd57d0a3f646d0e5e082b (diff)
downloadgdb-a4635519192f723ab84bfa4d1cc4461b5e7c1aac.tar.gz
gdbarch.sh provides default for USE_STRUCT_CONVENTION.
Diffstat (limited to 'gdb/values.c')
-rw-r--r--gdb/values.c5
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