--- gcc/config/xm-pa.h 2018/04/24 17:59:32 1.1.1.1 +++ gcc/config/xm-pa.h 2018/04/24 18:05:15 1.1.1.2 @@ -18,22 +18,7 @@ You should have received a copy of the G along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef hpux - -#include -#if defined(SHL_MAGIC) -#define hpux8 1 -#endif - -#define USG -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) - -#else /* hpux */ -#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) extern int errno; -#endif /* hpux */ /* #defines that need visibility everywhere. */ #define FALSE 0 @@ -61,13 +46,6 @@ extern int errno; #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 -#if 0 -/* If compiled with GNU C, use the built-in alloca */ -#ifdef __GNUC__ -#define alloca __builtin_alloca -#endif -#endif - /* Don't try to use sys_siglist. */ #define NO_SYS_SIGLIST