mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
merge from gcc
This commit is contained in:
parent
012884d606
commit
bef8b55d39
@ -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
|
||||
|
@ -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
2
libiberty/configure
vendored
@ -2082,7 +2082,7 @@ fi
|
||||
|
||||
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
*-*-cygwin* | *-*-mingw*)
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_SYS_ERRLIST 1
|
||||
EOF
|
||||
|
@ -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)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user