This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ia64.c patch


If we don't include system.h we pick up the proto for abort after
the include of rtl.h which redefines it.

2000-03-09  Robert Lipe  <robertl@sco.com>

	* config/ia64/ia64.c: Include system.h.

Index: ia64.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/ia64/ia64.c,v
retrieving revision 1.1
diff -c -5 -p -u -r1.1 ia64.c
--- ia64.c	2000/03/09 00:26:04	1.1
+++ ia64.c	2000/03/09 14:46:18
@@ -21,10 +21,11 @@ the Free Software Foundation, 59 Temple 
 Boston, MA 02111-1307, USA.  */
 
 #include <stdio.h>
 #include <ctype.h>
 #include "config.h"
+#include "system.h"
 #include "rtl.h"
 #include "tree.h"
 #include "tm_p.h"
 #include "regs.h"
 #include "hard-reg-set.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]