summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-12 15:05:05 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-12 15:05:05 +0000
commit821694e523c15dcda42be3b67ecaa2a96864e5f3 (patch)
tree136c78721cf48c84c365480a6e9b905ca44f972a /gdb
parent895d2db13631a67e0ddf60442200c868e07ed893 (diff)
downloadgdb-821694e523c15dcda42be3b67ecaa2a96864e5f3.tar.gz
2004-09-12 Andrew Cagney <cagney@gnu.org>
* inferior.h (STORE_STRUCT_RETURN): Delete macro.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/inferior.h8
2 files changed, 4 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3c9c9cc2655..a4a07748983 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
diff --git a/gdb/inferior.h b/gdb/inferior.h
index fee4bca6399..4a8f62932ee 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.,