* sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to
authorUlrich Drepper <drepper@redhat.com>
Wed, 16 Nov 2005 19:20:10 +0000 (19:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 16 Nov 2005 19:20:10 +0000 (19:20 +0000)
-Din_divdi3_c.
* sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.

ChangeLog
sysdeps/wordsize-32/Makefile
sysdeps/wordsize-32/symbol-hacks.h

index 1b3ccb9..c8af269 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to
+       -Din_divdi3_c.
+       * sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.
+
 2005-11-16  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
index b50c0b1..82beac4 100644 (file)
@@ -2,5 +2,6 @@ ifeq ($(subdir),csu)
 ifeq (yes,$(build-shared))
 sysdep_routines += divdi3
 shared-only-routines += divdi3
+CPPFLAGS-divdi3.c = -Din_divdi3_c
 endif
 endif
index ee53e12..c167cb9 100644 (file)
@@ -22,7 +22,7 @@
    therefore we get PLTs.  Unnecessarily so.  Changing gcc is a big
    task which might not be worth it so we play tricks with the
    assembler.  */
-#if !defined __ASSEMBLER__ && !defined NOT_IN_libc && defined SHARED
+#if !defined __ASSEMBLER__ && !defined in_divdi3_c && !defined NOT_IN_libc && defined SHARED
 asm ("__divdi3 = __divdi3_internal");
 asm ("__udivdi3 = __udivdi3_internal");
 asm ("__moddi3 = __moddi3_internal");