* config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.

This commit is contained in:
Joel Brobecker 2002-08-16 20:32:58 +00:00
parent 0b65791f7d
commit 0851f23d27
2 changed files with 4 additions and 6 deletions

View 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

View File

@ -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)