Date: Mon, 20 May 2002 20:26:59 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ia64@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/libefi copy.c elf_freebsd.c src/sys/boot/ia64/libski copy.c elf_freebsd.c src/sys/ia64/acpica madt.c src/sys/ia64/ia64 interrupt.c machdep.c mem.c mp_machdep.c trap.c unwind.c src/sys/ia64/include cpufunc.h db_machdep.h ... Message-ID: <20020520172659.GA97734@sunbay.com> In-Reply-To: <20020520171103.GB89979@sunbay.com> References: <200205190442.g4J4gKB33288@freefall.freebsd.org> <20020520171103.GB89979@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Mon, May 20, 2002 at 08:11:03PM +0300, Ruslan Ermilov wrote:
> On Sat, May 18, 2002 at 09:42:20PM -0700, Marcel Moolenaar wrote:
> > marcel 2002/05/18 21:42:20 PDT
> >
> > Modified files:
> > sys/boot/efi/libefi copy.c elf_freebsd.c
> > sys/boot/ia64/libski copy.c elf_freebsd.c
> > sys/ia64/acpica madt.c
> > sys/ia64/ia64 interrupt.c machdep.c mem.c mp_machdep.c
> > trap.c unwind.c
> > sys/ia64/include cpufunc.h db_machdep.h ia64_cpu.h param.h
> > vmparam.h
> > Log:
> > o Remove namespace pollution from param.h:
> > - Don't include ia64_cpu.h and cpu.h
> > - Guard definitions by _NO_NAMESPACE_POLLUTION
> > - Move definition of KERNBASE to vmparam.h
> >
> > o Move definitions of IA64_RR_{BASE|MASK} to vmparam.h
> > o Move definitions of IA64_PHYS_TO_RR{6|7} to vmparam.h
> >
> > o While here, remove some left-over Alpha references.
> >
> > Revision Changes Path
> > 1.4 +2 -1 src/sys/boot/efi/libefi/copy.c
> > 1.8 +2 -0 src/sys/boot/efi/libefi/elf_freebsd.c
> > 1.2 +1 -0 src/sys/boot/ia64/libski/copy.c
> > 1.6 +2 -0 src/sys/boot/ia64/libski/elf_freebsd.c
> > 1.10 +2 -0 src/sys/ia64/acpica/madt.c
> > 1.25 +2 -0 src/sys/ia64/ia64/interrupt.c
> > 1.103 +1 -0 src/sys/ia64/ia64/machdep.c
> > 1.9 +1 -0 src/sys/ia64/ia64/mem.c
> > 1.38 +1 -0 src/sys/ia64/ia64/mp_machdep.c
> > 1.53 +1 -0 src/sys/ia64/ia64/trap.c
> > 1.4 +1 -0 src/sys/ia64/ia64/unwind.c
> > 1.13 +1 -0 src/sys/ia64/include/cpufunc.h
> > 1.8 +4 -3 src/sys/ia64/include/db_machdep.h
> > 1.17 +0 -9 src/sys/ia64/include/ia64_cpu.h
> > 1.11 +12 -11 src/sys/ia64/include/param.h
> > 1.4 +15 -4 src/sys/ia64/include/vmparam.h
> >
> This breaks [cross-]compiling ia64 world, it dies building rtlf-elf
> failing to find ia64_mf(). This patch is now required to proceed:
>
> %%%
> Index: reloc.c
> ===================================================================
> RCS file: /home/ncvs/src/libexec/rtld-elf/ia64/reloc.c,v
> retrieving revision 1.5
> diff -u -p -r1.5 reloc.c
> --- reloc.c 27 Apr 2002 05:32:51 -0000 1.5
> +++ reloc.c 20 May 2002 17:10:43 -0000
> @@ -33,6 +33,7 @@
>
> #include <sys/param.h>
> #include <sys/mman.h>
> +#include <machine/ia64_cpu.h>
>
> #include <dlfcn.h>
> #include <err.h>
> %%%
>
Yay!
My 4.5 i386 box built ia64 world just fine with this patch.
I'm about to try to cross-release the ia64 tomorrow.
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE86THjUkv4P6juNwoRAkn0AJwMuzBIrUNsrXkVPbxifNXKXpvNiQCeO+NA
dig7urK5buiI8jLrZJCQn0w=
=MIB5
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020520172659.GA97734>
