Index: tm-cygwin.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/tm-cygwin.h,v retrieving revision 1.12 diff -c -r1.12 tm-cygwin.h *** tm-cygwin.h 15 Jun 2002 18:09:31 -0000 1.12 --- tm-cygwin.h 16 Aug 2002 20:26:17 -0000 *************** *** 28,39 **** #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) --- 28,33 ----