[parisc-linux] glibc 2.3.1 - It's alive! - patches

Carlos O'Donell carlos@baldric.uwo.ca
Mon, 11 Nov 2002 13:20:12 -0500


On Mon, Nov 11, 2002 at 06:00:16PM +0000, Matthew Wilcox wrote:
> On Mon, Nov 11, 2002 at 12:36:25PM -0500, John David Anglin wrote:
> > > Looks like we need some __asm format fixes?
> > 
> > These are the changes that I had for glibc-2.2.5-14 to build with gcc-3.3.
> > The string literal change makes the asms ugly but I think we have to live
> > with it.  I don't know the ins and outs of why the change was necessary
> > but I know the cpp people will not change back.
> 
> > +	stw	%rp,-20(%sp)\n\
> > +	stwm	%r4,64(%sp)\n\
> > +	stw	%r19,-32(%sp)\n\
> 
> By and large we've preferred the following style which is less ugly, IMO:
> 
> "	stw	%rp,-20(%sp)\n"
> "	stwm	%r4,64(%sp)\n"
> "	stw	%r19,-32(%sp)\n"
> 

All of Uli's fixes have been the ugly way, though I'll change
pt-initfini the nice and pretty way and hope they take the patch :)

c.