This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Add missing ia64 .proc


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]