Commit 9da85b16 by Kaveh R. Ghazi Committed by Kaveh Ghazi

linux.h: Include <linux.h> not "linux.h" to avoid infinite recursion.

	* m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
	recursion.

From-SVN: r47032
parent 6d88e1c3
2001-11-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
recursion.
2001-11-14 Roger Sayle <roger@eyesopen.com>
* fold-const.c (fold): Optimize strlen comparisons against zero.
......
......@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "elfos.h"
#include "svr4.h"
#include "linux.h" /* some common stuff */
#include <linux.h> /* some common stuff */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (68k GNU/Linux with ELF)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment