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: Fix ia64 build


On Fri, Apr 02, H. J. Lu wrote:

> This patch fixes the ia64 build.
>

What is the status of this patch? It seems to be necessary
to compile current glibc with kernel headers 2.6.5 and 
Andreas Schwab made the same one.

  Thorsten
 
> 
> H.J.
> ----
> 2004-04-02  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	* sysdeps/ia64/memcmp.S: Fix symbol.
> 
> --- sysdeps/ia64/memcmp.S.sym	2004-04-02 07:31:52.000000000 -0800
> +++ sysdeps/ia64/memcmp.S	2004-04-02 07:52:04.000000000 -0800
> @@ -162,4 +162,4 @@ ENTRY(memcmp)
>  END(memcmp)
>  
>  weak_alias (memcmp, bcmp)
> -libc_hidden_builtin_def (BP_SYM (memcmp))
> +libc_hidden_builtin_def (memcmp)

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Maxfeldstr. 5                 D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


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