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

Matthew Wilcox willy@debian.org
Mon, 11 Nov 2002 18:00:16 +0000


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"

-- 
Revolutions do not require corporate support.