* config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 16 Aug 2002 20:32:58 +0000 (20:32 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 16 Aug 2002 20:32:58 +0000 (20:32 +0000)
gdb/ChangeLog
gdb/config/i386/tm-cygwin.h

index 014214498196b30f12a1716b70739161cdc6acd3..4e51c27ad3ce24f50782461edaf73edb02f01253 100644 (file)
@@ -1,3 +1,7 @@
+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
index 2710ef70ca3160feda65470c3e1f18b64528278a..59f60f0fe3a8bc17505bad60a8a2c29a310354b6 100644 (file)
 
 #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)