diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-06-03 05:04:14 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-06-03 05:04:14 +0000 |
commit | 29fe111d8219afbc44e80d3d517812ce3a826b49 (patch) | |
tree | 5d453612a22820e7b3a4c87f88bddc2e37f116d6 /gdb/configure.in | |
parent | 95ca63c499e65a66ea260a08eae978cb02dc6e7e (diff) | |
download | gdb-29fe111d8219afbc44e80d3d517812ce3a826b49.zip gdb-29fe111d8219afbc44e80d3d517812ce3a826b49.tar.gz gdb-29fe111d8219afbc44e80d3d517812ce3a826b49.tar.bz2 |
* win32-nat.c: Fix up gcc warnings throughout.
(handle_load_dll): Change DLL name to lower case.
(handle_exception): Add a second argument indicating whether a breakpoint
should be ignored. Return a 0 if the breakpoint was ignored.
(get_child_debug_event): Pass argument to handle_exception to control whether a
breakpoint should be ignored.
(child_create_inferior): Use modern cygwin API. Explicitly clear last_sig.
Pass FIRST_EXCEPTION to get_child_debug_event for detection of first
breakpoint.
* configure.in: Eliminate unneeded WINDRES/DLLTOOL tests left over after last change.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 7016c9f..a0835c8 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -609,11 +609,6 @@ AC_CACHE_CHECK([for cygwin], gdb_cv_os_cygwin, lose #endif],[gdb_cv_os_cygwin=yes],[gdb_cv_os_cygwin=no])]) -DLLTOOL=${DLLTOOL-dlltool} -WINDRES=${WINDRES-windres} -AC_SUBST(DLLTOOL) -AC_SUBST(WINDRES) - dnl Figure out which term library to use. if test x$gdb_host = xgo32; then TERM_LIB= |