20000-05-18 H.J. Lu (hjl@gnu.org)
[binutils-gdb.git] / gdb / values.c
index 6186b34524beb8a0d75dc97bafd3ef2e362ce5dd..67fe2ad52ae605cefdb081b090c336e5e70db6f5 100644 (file)
@@ -1561,13 +1561,6 @@ generic_use_struct_convention (gcc_p, value_type)
 #define USE_STRUCT_CONVENTION(gcc_p,type) generic_use_struct_convention (gcc_p, type)
 #endif
 
-/* Some fundamental types (such as long double) are returned on the stack for
-   certain architectures.  This macro should return true for any type besides
-   struct, union or array that gets returned on the stack.  */
-
-#ifndef RETURN_VALUE_ON_STACK
-#define RETURN_VALUE_ON_STACK(TYPE) 0
-#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