Commit 9cd598aa by Nathanael Nerode

config.gcc: Explicitly mention elfos.h in ip2k entry.

	* config.gcc: Explicitly mention elfos.h in ip2k entry.
	* config/ip2k/ip2k.h: Don't #include it here.

From-SVN: r68045
parent e7bb3511
2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Explicitly mention elfos.h in ip2k entry.
* config/ip2k/ip2k.h: Don't #include it here.
2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c, * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
......
...@@ -1273,6 +1273,7 @@ ia64*-*-hpux*) ...@@ -1273,6 +1273,7 @@ ia64*-*-hpux*)
cxx_target_objs="ia64-c.o" cxx_target_objs="ia64-c.o"
;; ;;
ip2k-*-elf) ip2k-*-elf)
tm_file="elfos.h ${tm_file}"
;; ;;
m32r-*-elf*) m32r-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
......
...@@ -22,10 +22,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, ...@@ -22,10 +22,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
/* Set up System V.4 (aka ELF) defaults. */ #undef ASM_SPEC /* We have a GAS assembler. */
#include "elfos.h"
#undef ASM_SPEC /* But we have a GAS assembler. */
#define TARGET_CPU_CPP_BUILTINS() \ #define TARGET_CPU_CPP_BUILTINS() \
do \ do \
......
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