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 | 56f127518feeed8b7576b176a0d3b0f4ff3d7ca1 (patch) | |
tree | 663acee6e62f4055401bebb5161a7ef16162a187 /gdb/values.c | |
parent | 2b0f7ef92ee30445837f86ca0149ec6c6c01dc93 (diff) | |
download | gdb-56f127518feeed8b7576b176a0d3b0f4ff3d7ca1.zip gdb-56f127518feeed8b7576b176a0d3b0f4ff3d7ca1.tar.gz gdb-56f127518feeed8b7576b176a0d3b0f4ff3d7ca1.tar.bz2 |
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 eedeaf9..639f7bf 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 |