* config/mips/tm-mips.h (STORE_STRUCT_RETURN): Define as noop as
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 23 Sep 1993 07:24:22 +0000 (07:24 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 23 Sep 1993 07:24:22 +0000 (07:24 +0000)
gdb/config/mips/tm-mips.h

index 4f012b288794eca811acefe31ad2765814cf6bbd..ddb63c4616d1f80848ab512b999a84423ee614ed 100644 (file)
@@ -212,10 +212,9 @@ extern CORE_ADDR mips_skip_prologue PARAMS ((CORE_ADDR addr, int lenient));
 #endif
 
 /* Store the address of the place in which to copy the structure the
-   subroutine will return.  This is called from call_function. */
+   subroutine will return.  Handled by mips_push_arguments.  */
 
-#define STORE_STRUCT_RETURN(addr, sp) \
-  { sp = push_word(sp, addr);}
+#define STORE_STRUCT_RETURN(addr, sp)  /**/
 
 /* Extract from an array REGBUF containing the (raw) register state
    a function return value of type TYPE, and copy that, in virtual format,