From e156735260644f4937072e602234068a8bc6edf9 Mon Sep 17 00:00:00 2001 From: Jason Eckhardt Date: Sat, 23 Aug 2003 02:02:18 +0000 Subject: MAINTAINERS: Resurrect the i860 maintainer. 2003-08-22 Jason Eckhardt ChangeLog * MAINTAINERS: Resurrect the i860 maintainer. gcc/ChangeLog: * gcc/config.gcc (i860-*-sysv4*): Add target. * config/i860/i860-protos.h: New. * config/i860/i860.c: New. * config/i860/i860.h: New. * config/i860/i860.md: New. * config/i860/sysv4.h: New. * config/i860/varargs.asm: New. * config/i860/x-sysv4: New. From-SVN: r70719 --- gcc/config.gcc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 4dd37aa..e98544d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1235,6 +1235,13 @@ i[34567]86-*-kaos*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h" tmake_file="i386/t-i386elf t-svr4" ;; +i860-*-sysv4*) + tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h" + xm_defines="USG SVR3" + xmake_file=i860/x-sysv4 + tmake_file=t-svr4 + extra_parts="crtbegin.o crtend.o" + ;; i960-*-coff*) tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h" tmake_file=i960/t-960bare -- cgit v1.1