2004-09-12 Andrew Cagney <cagney@gnu.org>

* inferior.h (STORE_STRUCT_RETURN): Delete macro.
This commit is contained in:
Andrew Cagney 2004-09-12 15:05:05 +00:00
parent 28b41c52e2
commit b7ffc4a8d7
2 changed files with 4 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2004-09-12 Andrew Cagney <cagney@gnu.org>
* inferior.h (STORE_STRUCT_RETURN): Delete macro.
2004-09-12 Salvador E. Tropea <set@users.sf.net>
Andrew Cagney <cagney@gnu.org>

View File

@ -432,14 +432,6 @@ extern int attach_flag;
#define AT_ENTRY_POINT 4
#define AT_SYMBOL 5
/* FIXME: cagney/2000-04-17: gdbarch should manage this. The default
shouldn't be necessary. */
#if !defined STORE_STRUCT_RETURN
#define STORE_STRUCT_RETURN(a1,a2) (internal_error (__FILE__, __LINE__, "STORE_STRUCT_RETURN"), 0)
#endif
/* If STARTUP_WITH_SHELL is set, GDB's "run"
will attempts to start up the debugee under a shell.
This is in order for argument-expansion to occur. E.g.,