aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gdbarch.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9d2c075..9dd182b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-06-01 Andrew Cagney <ac131313@redhat.com>
+ * gdbarch.h: Regenerate.
+
+2002-06-01 Andrew Cagney <ac131313@redhat.com>
+
* MAINTAINERS: Add everyone to write-after-approval list.
2002-06-01 Andrew Cagney <ac131313@redhat.com>
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 6ea86bc..09c2f41 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -40,7 +40,6 @@
/* Pull in function declarations refered to, indirectly, via macros. */
#include "value.h" /* For default_coerce_float_to_double which is referenced by a macro. */
#include "inferior.h" /* For unsigned_address_to_pointer(). */
-#include "sim-regno.h" /* For legacy_register_sim_regno(). */
#endif
struct frame_info;