Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2002 00:51:12 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10733 for review
Message-ID:  <200205030751.g437pCM16871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10733

Change 10733 by peter@peter_thunder on 2002/05/03 00:50:30

	It looks like __ElfType(Hashelt) got moved from the common headers
	to somewhere closer to the user of it.

Affected files ...

... //depot/projects/ia64/sys/alpha/include/elf.h#2 edit
... //depot/projects/ia64/sys/boot/common/load_elf.c#6 edit

Differences ...

==== //depot/projects/ia64/sys/alpha/include/elf.h#2 (text+ko) ====

@@ -69,8 +69,6 @@
 
 typedef Elf64_Off Elf64_Hashelt;
 
-__ElfType(Hashelt);
-
 /* Values for a_type. */
 #define	AT_NULL		0	/* Terminates the vector. */
 #define	AT_IGNORE	1	/* Ignored entry. */

==== //depot/projects/ia64/sys/boot/common/load_elf.c#6 (text+ko) ====

@@ -43,6 +43,7 @@
 
 #define COPYOUT(s,d,l)	archsw.arch_copyout((vm_offset_t)(s), d, l)
 
+__ElfType(Hashelt);
 
 typedef struct elf_file {
     Elf_Phdr 	*ph;

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?200205030751.g437pCM16871>