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 | fe4766cf9b893faec2239ce83021801f9322abb5 (patch) | |
tree | e01e9bbf157bed2af631b6af617f957bea554ab0 /gdb/configure.in | |
parent | 7832da0294b9418c0baffc5fd41f92b7e7373ee7 (diff) | |
download | gdb-fe4766cf9b893faec2239ce83021801f9322abb5.tar.gz |
* win32-nat.c: Fix up gcc warnings throughout.gdb-pre-params-removal-2000-06-04
(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 7016c9f3d03..a0835c835a3 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= |