[PATCH] sparc32 va_arg fix
Jakub Jelinek
jakub@redhat.com
Tue Apr 18 13:48:00 GMT 2000
On Tue, Apr 18, 2000 at 09:00:03AM -0700, David S. Miller wrote:
> Date: Tue, 18 Apr 2000 17:42:52 +0200
> From: Jakub Jelinek <jakub@redhat.com>
>
> + /* va_list is guaranteed to be aligned to 8 bytes only
> + on sparc32. */
> + rtx word0 = addr_rtx, word1, tword0, tword1;
>
>
> Don't you mean, in this comment, "4 bytes only on sparc32"?
Sure, that's a typo.
What do you think about the patch if you sed 's/\(aligned to \)8/\14/' it?
Jakub
More information about the Gcc-patches
mailing list