Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 14:55:11 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26856 for review
Message-ID:  <200303132255.h2DMtBeE002799@repoman.freebsd.org>

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

Change 26856 by jmallett@jmallett_dalek on 2003/03/13 14:54:46

	(Soothing Image 12)
	Add elf2ecoff, complete with ECOFF hackery to make it a friendly
	little build tool.  Alpha's OSF/1 compatability includes ECOFF
	stuff, so maybe we want full image activation / execution framework
	for ECOFF ala NetBSD, and so on.  I don't have much of an intent
	to run an ECOFF userland though, this is just for loader, in time.

Affected files ...

.. //depot/projects/mips/Makefile.inc1#11 edit
.. //depot/projects/mips/usr.bin/elf2ecoff/Makefile#1 add
.. //depot/projects/mips/usr.bin/elf2ecoff/ecoff_machdep.h#1 add
.. //depot/projects/mips/usr.bin/elf2ecoff/ecoff_mips.h#1 add
.. //depot/projects/mips/usr.bin/elf2ecoff/elf2ecoff.1#1 add
.. //depot/projects/mips/usr.bin/elf2ecoff/elf2ecoff.c#1 add
.. //depot/projects/mips/usr.bin/elf2ecoff/exec_ecoff.h#1 add

Differences ...

==== //depot/projects/mips/Makefile.inc1#11 (text+ko) ====

@@ -684,10 +684,14 @@
 _elf2aout=	usr.bin/elf2aout
 .endif
 
+.if ${TARGET_ARCH} == "mips"
+_elf2ecoff=	usr.bin/elf2ecoff
+.endif
+
 _xlint=	usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint
 
 cross-tools:
-.for _tool in ${_btxld} ${_elf2aout} ${_elf2exe} \
+.for _tool in ${_btxld} ${_elf2aout} ${_elf2ecoff} ${_elf2exe} \
     gnu/usr.bin/binutils usr.sbin/crunch/crunchide \
     gnu/usr.bin/cc ${_xlint}
 	${ECHODIR} "===> ${_tool}"; \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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