From: Kaveh R. Ghazi Date: Wed, 14 Nov 2001 23:46:45 +0000 (+0000) Subject: linux.h: Include not "linux.h" to avoid infinite recursion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9da85b163e801cf91924582946b9d0b2fd6ce9d4;p=gcc.git linux.h: Include not "linux.h" to avoid infinite recursion. * m68k/linux.h: Include not "linux.h" to avoid infinite recursion. From-SVN: r47032 --- 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)");