PERFORCE change 30160 for review

Peter Wemm peter at FreeBSD.org
Wed Apr 30 15:19:09 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30160

Change 30160 by peter at peter_daintree on 2003/04/30 15:18:59

	Two commits for the price of one.
	Rename x86_64_tramp.S to amd64_tramp.S

Affected files ...

.. //depot/projects/hammer/sys/boot/i386/libi386/Makefile#7 edit
.. //depot/projects/hammer/sys/boot/i386/libi386/x86_64_tramp.S#3 delete

Differences ...

==== //depot/projects/hammer/sys/boot/i386/libi386/Makefile#7 (text+ko) ====

@@ -8,7 +8,7 @@
 	comconsole.c devicename.c elf32_freebsd.c \
 	elf64_freebsd.c gatea20.c \
 	i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
-	time.c vidconsole.c x86_64_tramp.S
+	time.c vidconsole.c amd64_tramp.S
 
 CFLAGS+=	-ffreestanding
 BOOT_COMCONSOLE_PORT?= 0x3f8


More information about the p4-projects mailing list