projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b52d48
)
* config/mips/tm-mips.h (STORE_STRUCT_RETURN): Define as noop as
author
Peter Schauer
<Peter.Schauer@mytum.de>
Thu, 23 Sep 1993 07:24:22 +0000
(07:24 +0000)
committer
Peter Schauer
<Peter.Schauer@mytum.de>
Thu, 23 Sep 1993 07:24:22 +0000
(07:24 +0000)
gdb/config/mips/tm-mips.h
patch
|
blob
|
history
diff --git
a/gdb/config/mips/tm-mips.h
b/gdb/config/mips/tm-mips.h
index 4f012b288794eca811acefe31ad2765814cf6bbd..ddb63c4616d1f80848ab512b999a84423ee614ed 100644
(file)
--- a/
gdb/config/mips/tm-mips.h
+++ b/
gdb/config/mips/tm-mips.h
@@
-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,