diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-05-03 07:39:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-05-03 07:39:22 +0000 |
commit | 38a7d8baf498dd46f81ff49ea28eb3b3b7775544 (patch) | |
tree | 9ab47cc3c0a86d3239957903d475564d28cdc5db /sysdeps/ia64/Makefile | |
parent | 3dbbe24e84fe0f5f87e274ffdba56d6bfd552244 (diff) | |
download | glibc-38a7d8baf498dd46f81ff49ea28eb3b3b7775544.tar.gz glibc-38a7d8baf498dd46f81ff49ea28eb3b3b7775544.tar.xz glibc-38a7d8baf498dd46f81ff49ea28eb3b3b7775544.zip |
Update.
2002-05-02 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir. * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3, __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0. * sysdeps/ia64/ia64libgcc.S: New file. 2002-05-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf. * malloc/memusage.c: Distinguish anonymous mmap.
Diffstat (limited to 'sysdeps/ia64/Makefile')
-rw-r--r-- | sysdeps/ia64/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/ia64/Makefile b/sysdeps/ia64/Makefile index a9848b7ffc..dd7365c752 100644 --- a/sysdeps/ia64/Makefile +++ b/sysdeps/ia64/Makefile @@ -9,6 +9,13 @@ ifeq ($(subdir), csu) CPPFLAGS-start.S = -D__ASSEMBLY__ sysdep_routines += hp-timing static-only-routines += hp-timing + +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += ia64libgcc +shared-only-routines += ia64libgcc +endif +endif endif ifeq ($(subdir),elf) |