From 9da85b163e801cf91924582946b9d0b2fd6ce9d4 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 14 Nov 2001 23:46:45 +0000 Subject: [PATCH] linux.h: Include not "linux.h" to avoid infinite recursion. * m68k/linux.h: Include not "linux.h" to avoid infinite recursion. From-SVN: r47032 --- gcc/ChangeLog | 5 +++++ gcc/config/m68k/linux.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e348057c53a..083f0d9ddac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-14 Kaveh R. Ghazi + + * m68k/linux.h: Include not "linux.h" to avoid infinite + recursion. + 2001-11-14 Roger Sayle * fold-const.c (fold): Optimize strlen comparisons against zero. diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 256d790ccf9..f7bb8ae78fc 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ #include "elfos.h" #include "svr4.h" -#include "linux.h" /* some common stuff */ +#include /* some common stuff */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (68k GNU/Linux with ELF)"); -- 2.30.2