From 42b70ed26a752c045834f2c802215dc9c9057001 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 31 Jan 2002 19:01:15 +0000 Subject: [PATCH] merge from gcc --- include/ChangeLog | 4 ++++ libiberty/ChangeLog | 5 +++++ libiberty/configure | 2 +- libiberty/configure.in | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index fc8c94ea59..d668165b76 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-10-24 Neil Booth + + * include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. + 2002-01-31 Ivan Guzvinec * dis-asm.h : Add support for or32 targets diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e014b50a9c..ce63d84c78 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2002-01-31 Adam Megacz + + * gcc/libiberty/configure.in: Treat mingw the same as cywin + wrt HAVE_SYS_ERRLIST. + 2002-01-30 Phil Edwards * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. diff --git a/libiberty/configure b/libiberty/configure index a406d28db6..84c10add96 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -2082,7 +2082,7 @@ fi case "${host}" in - *-*-cygwin*) + *-*-cygwin* | *-*-mingw*) cat >> confdefs.h <<\EOF #define HAVE_SYS_ERRLIST 1 EOF diff --git a/libiberty/configure.in b/libiberty/configure.in index eed222d35d..fb930e428a 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -249,7 +249,7 @@ fi AC_SUBST(CHECK) case "${host}" in - *-*-cygwin*) + *-*-cygwin* | *-*-mingw*) AC_DEFINE_NOAUTOHEADER(HAVE_SYS_ERRLIST) AC_DEFINE_NOAUTOHEADER(HAVE_SYS_NERR) ;; -- 2.11.0