--- gcc/config/pa/xm-pa.h 2018/04/24 18:23:38 1.1.1.2 +++ gcc/config/pa/xm-pa.h 2018/04/24 18:31:18 1.1.1.3 @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for PA-RISC. - Copyright (C) 1988 Free Software Foundation, Inc. + Copyright (C) 1988, 1995 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This file is part of GNU CC. @@ -16,7 +16,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ extern int errno; @@ -49,10 +50,16 @@ extern int errno; /* Don't try to use sys_siglist. */ #define NO_SYS_SIGLIST +/* We have strerror, don't try to use sys_errlist. */ +#define HAVE_STRERROR + +/* 4.3BSD, OSF1 and Lites on the PA are all derived from NET2 or + later code from Berkeley. */ +#define __BSD_NET2__ + /* HP's compiler has problems with enum bitfields. */ #define ONLY_INT_FIELDS -/* If not compiled with GNU C, use C alloca. */ -#ifndef __GNUC__ +/* Always claim to use C alloca; this prevents losing if building with + gcc -fno-builtin ... " */ #define USE_C_ALLOCA -#endif