summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-08-16 20:32:58 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-08-16 20:32:58 +0000
commitc0b82ca81acf024e1e501dbff00a2452968ed84e (patch)
tree6a3edc6e7d5a6246c38faa8453853f04ea1d5523
parent50c1de57e98af56083a210ebee2abda9d430e355 (diff)
downloadgdb-c0b82ca81acf024e1e501dbff00a2452968ed84e.tar.gz
* config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config/i386/tm-cygwin.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 01421449819..4e51c27ad3c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-08-16 Joel Brobecker <brobecker@gnat.com>
+ * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
+
+2002-08-16 Joel Brobecker <brobecker@gnat.com>
+
* infrun.c (handle_inferior_event): When receiving a SIGTRAP
signal, check whether we hit a breakpoint before checking for a
single step breakpoint. Otherwise, GDB fails to notice that a
diff --git a/gdb/config/i386/tm-cygwin.h b/gdb/config/i386/tm-cygwin.h
index 2710ef70ca3..59f60f0fe3a 100644
--- a/gdb/config/i386/tm-cygwin.h
+++ b/gdb/config/i386/tm-cygwin.h
@@ -28,12 +28,6 @@
#include "i386/tm-i386.h"
-#if 0
-#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) skip_trampoline_code (pc, name)
-#define SKIP_TRAMPOLINE_CODE(pc) skip_trampoline_code (pc, 0)
-extern CORE_ADDR skip_trampoline_code (CORE_ADDR pc, char *name);
-#endif
-
#define ATTACH_NO_WAIT
#define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, readsyms)
#define SOLIB_LOADED_LIBRARY_PATHNAME(pid) child_solib_loaded_library_pathname(pid)