Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 03:52:34 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 55130 for review
Message-ID:  <200406170352.i5H3qYF0040860@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=55130

Change 55130 by jmallett@jmallett_oingo on 2004/06/17 03:51:45

	Hack to get TRADMIPS stuff.  Prolly should've just CFLAGS+=-DTE_TMIPS.
	This makes tradmips assembling work, everything else works fine, just
	have to fix the ABI now.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/targ-cpu.h#2 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/targ-cpu.h#2 (text+ko) ====

@@ -1,3 +1,6 @@
-/* $FreeBSD: src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-cpu.h,v 1.2 2002/05/18 04:50:32 obrien Exp $ */
+/* $FreeBSD$ */
 
 #include "tc-mips.h"
+
+/* XXX belongs in targ-env.h */
+#include "te-tmips.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406170352.i5H3qYF0040860>