From 948eab23d05176dc35b82b44340b043a903353a0 Mon Sep 17 00:00:00 2001 From: "J. David Anglin" Date: Tue, 17 Oct 2000 10:35:12 -0600 Subject: [PATCH] inclhack.def (hpux_maxint): Also apply fix to values.h. * inclhack.def (hpux_maxint): Also apply fix to values.h. * fixincl.x: Rebuilt. From-SVN: r36904 --- gcc/ChangeLog | 6 ++++++ gcc/fixinc/fixincl.x | 2 +- gcc/fixinc/inclhack.def | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f29d3b9b2bd..f523e43eaa7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-10-17 J. David Anglin + + * inclhack.def (hpux_maxint): Also apply fix to values.h. + * fixincl.x: Rebuilt. + 2000-10-17 Alexandre Oliva * genrecog.c (write_switch): Return the first condition that needs a @@ -37,6 +42,7 @@ to be used along with -shared, and document the subtle failure that may occur otherwise. +>>>>>>> 1.7984 2000-10-16 J. David Anglin * pa.md (return_internal): Move `use' after `return'. diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index c22608163f9..0bfc7d3967e 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -2094,7 +2094,7 @@ tSCC zHpux_MaxintName[] = * File name selection pattern */ tSCC zHpux_MaxintList[] = - "|sys/param.h|"; + "|sys/param.h|values.h|"; /* * Machine/OS name selection pattern */ diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index c5f9bdce68b..b46121623ef 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -1206,6 +1206,7 @@ fix = { fix = { hackname = hpux_maxint; files = sys/param.h; + files = values.h; select = "^#[ \t]*define[ \t]*MAXINT[ \t]"; c_fix = format; -- 2.30.2