[PATCH] Fix ia64 build

Jakub Jelinek jakub@redhat.com
Fri May 10 13:59:00 GMT 2002


Hi!

2002-05-10  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ia64/Makefile: Remove extra endif.
	* sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.

--- libc/sysdeps/ia64/Makefile	10 May 2002 09:54:45 -0000	1.1.1.7
+++ libc/sysdeps/ia64/Makefile	10 May 2002 14:35:15 -0000	1.2
@@ -16,7 +16,6 @@ sysdep_routines += ia64libgcc
 shared-only-routines += ia64libgcc
 endif
 endif
-endif
 
 ifeq ($(subdir),elf)
 sysdep-dl-routines += dl-symaddr dl-fptr
--- libc/sysdeps/ia64/ia64libgcc.S	10 May 2002 09:54:45 -0000	1.1.1.1
+++ libc/sysdeps/ia64/ia64libgcc.S	10 May 2002 15:03:08 -0000	1.2
@@ -102,7 +102,7 @@ ENTRY(___divsf3)
 	br.ret.sptk rp
 	;;
 END(___divsf3)
-	.symver	___divsf3, __divsf3@GLIBC2.2
+	.symver	___divsf3, __divsf3@GLIBC_2.2
 
 /* __divdi3
    Compute a 64-bit integer quotient.

	Jakub



More information about the Libc-hacker mailing list