PATCH: Add missing ia64 .proc
H. J. Lu
hjl@lucon.org
Sun Mar 20 06:13:00 GMT 2005
On Sat, Mar 19, 2005 at 08:31:55PM -0800, Ulrich Drepper wrote:
> H. J. Lu wrote:
> >This patch adds some missing .proc.
>
> This patch has no ChangeLog entry...
>
It turned out that David's Intel libm import scripts didn't handle
.endp foo
.proc bar
bar:
It wants
.endp foo
.proc bar
bar:
That is why my patch is needed. Since we need the new Intel libm to fix
the nextafter bug, David, can you make sure your scripts work with
.endp foo
.proc bar
so that the next imported libm is ok?
Thanks.
H.J.
More information about the Libc-alpha
mailing list