diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-12 15:05:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-12 15:05:05 +0000 |
commit | b7ffc4a8d76ab91d1976c5fa72edff803ad28eb1 (patch) | |
tree | b5caa9a3cd01a6a6f0c6eda12cfd4b5326434c67 /gdb/inferior.h | |
parent | 28b41c52e23d1513024c400ca339902a7b1b2d9a (diff) | |
download | gdb-b7ffc4a8d76ab91d1976c5fa72edff803ad28eb1.zip gdb-b7ffc4a8d76ab91d1976c5fa72edff803ad28eb1.tar.gz gdb-b7ffc4a8d76ab91d1976c5fa72edff803ad28eb1.tar.bz2 |
2004-09-12 Andrew Cagney <cagney@gnu.org>
* inferior.h (STORE_STRUCT_RETURN): Delete macro.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index fee4bca..4a8f629 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -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., |