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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

[PATCH] Fix ia64 build


Hi!

2004-04-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ia64/memcmp.S (memcmp): Remove BP_SYM from
	libc_hidden_builtin_def.

--- libc/sysdeps/ia64/memcmp.S.jj	2004-04-13 10:42:54.000000000 +0200
+++ libc/sysdeps/ia64/memcmp.S	2004-04-17 11:26:26.801401510 +0200
@@ -162,4 +162,4 @@ ENTRY(memcmp)
 END(memcmp)
 
 weak_alias (memcmp, bcmp)
-libc_hidden_builtin_def (BP_SYM (memcmp))
+libc_hidden_builtin_def (memcmp)

	Jakub


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