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!

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


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