merge from gcc

This commit is contained in:
DJ Delorie 2002-01-31 19:01:15 +00:00
parent 012884d606
commit bef8b55d39
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-10-24 Neil Booth <neil@daikokuya.demon.co.uk>
* include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
2002-01-31 Ivan Guzvinec <ivang@opencores.org>
* dis-asm.h : Add support for or32 targets

View File

@ -1,3 +1,8 @@
2002-01-31 Adam Megacz <adam@xwt.org>
* gcc/libiberty/configure.in: Treat mingw the same as cywin
wrt HAVE_SYS_ERRLIST.
2002-01-30 Phil Edwards <pme@gcc.gnu.org>
* cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.

2
libiberty/configure vendored
View File

@ -2082,7 +2082,7 @@ fi
case "${host}" in
*-*-cygwin*)
*-*-cygwin* | *-*-mingw*)
cat >> confdefs.h <<\EOF
#define HAVE_SYS_ERRLIST 1
EOF

View File

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