|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [POWERPC/IA64] Updates required due to loader changes
On Fri, 2006-08-25 at 10:42 +0100, Ian Campbell wrote:
>
> Nearly, we need to define ELFSIZE if it isn't already since not all
> architectures define it.
Yup, that allows us to override ELFSIZE on mixed architectures, but have
it default to the right thing elsewhere.
> I checked in the below. I got rid of Elf_Ehdr while I was there since it
> is only used the e_ident field which is unsigned char [] for both
> ELFSIZEs. As it happens all the remaining types are the same on 32 and
> 64 but nevermind...
>
> Ian.
>
> changeset: 11256:9091331dfb353212781622f3c9020492cb049178
> tag: tip
> user: Ian Campbell <ian.campbell@xxxxxxxxxxxxx>
> date: Fri Aug 25 10:39:24 2006 +0100
> files: tools/xcutils/readnotes.c
> description:
> [TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.c
>
> We can remove Elf_Ehdr since it is only used for e_ident which is an
> unsigned char array.
>
> Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx>
Thanks Ian!
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|