* sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
authorRoland McGrath <roland@gnu.org>
Fri, 20 Sep 2002 21:39:29 +0000 (21:39 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 20 Sep 2002 21:39:29 +0000 (21:39 +0000)
commit1010f17b925bdd26f313e64084bc82f57be9ab03
tree2b9fe9ce8da41af109603532949b4d826c5ed0cf
parent9db6ee8d2fa48ade4451c0de80980b7f242c0f17
* sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc

load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
casts.  Align __libc_stack_end to 8 bytes.

2002-09-20  Roland McGrath  <roland@redhat.com>

* sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
instead of asm for lrintf, __lrintf aliases.

* sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
int array for 32-/64-bit compatibility.
From Steven Munroe  <sjmunroe@us.ibm.com>.
ChangeLog
sysdeps/powerpc/elf/libc-start.c
sysdeps/powerpc/fpu/s_lrint.c