Re: [updated PATCH] xen: fix section usage in xen-head.S and setup.c

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 02:23:51PM -0800, Jeremy Fitzhardinge wrote: > Sam Ravnborg wrote: > >Failing to specify "ax" in the pushsection caused ld to generate > >an additional section for .init.text appending a number. > > > > Thanks for tracking this down. I think the "ax" appeared and > disa

Re: [updated PATCH] xen: fix section usage in xen-head.S and setup.c

2008-01-19 Thread Jeremy Fitzhardinge
Sam Ravnborg wrote: Failing to specify "ax" in the pushsection caused ld to generate an additional section for .init.text appending a number. Thanks for tracking this down. I think the "ax" appeared and disappeared over time, but this looks like the proper solution. Are you going to subm