From: John Gilmore Date: Fri, 22 Nov 1991 21:59:01 +0000 (+0000) Subject: Support Mach too. X-Git-Tag: gdb-4_18~22916 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73766d9154ecf763b2b35f0767d6dcf6f605e24a;p=external%2Fbinutils.git Support Mach too. --- diff --git a/readline/ChangeLog b/readline/ChangeLog index 4cb89fa..bb4de83 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com) + * sysdep-oldbsd.h: Rename from sysdep-newsos.h. + * configure.in: Use sysdep-oldbsd for Mach as well as NEWs. + * sysdep-norm.h, sysdep-aix.h: Add , which POSIX requires to make work. Improve Sun alloca decl. diff --git a/readline/configure.in b/readline/configure.in index 99f57e9..f377385 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -34,8 +34,8 @@ irix*) files=sysdep-irix.h ;; -newsos*) - files=sysdep-newsos.h +newsos* | mach*) + files=sysdep-oldbsd.h ;; esac diff --git a/readline/sysdep-oldbsd.h b/readline/sysdep-oldbsd.h index dbed762..86b6d0d 100755 --- a/readline/sysdep-oldbsd.h +++ b/readline/sysdep-oldbsd.h @@ -1,4 +1,5 @@ -/* System-dependent stuff, for Sony NEwS systems */ +/* System-dependent stuff, for Sony NEwS, Mach, and other systems + in the "old BSD Unix" tradition. */ #ifdef __GNUC__ #define alloca __builtin_alloca