diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-10 23:35:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-10 23:35:32 +0000 |
commit | b63c4b5f48a90960993fe53026f7bbfb6507357f (patch) | |
tree | 219364c6a713db6feded5c4a72f0df4cdd817416 /sysdeps/ia64/elf | |
parent | a16956f331fb4cfc5aca0648fa099355f11dc182 (diff) | |
download | glibc-b63c4b5f48a90960993fe53026f7bbfb6507357f.tar.gz glibc-b63c4b5f48a90960993fe53026f7bbfb6507357f.tar.xz glibc-b63c4b5f48a90960993fe53026f7bbfb6507357f.zip |
Update.
2001-04-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Versions: Export __libc_ia64_register_backing_store_base.
Diffstat (limited to 'sysdeps/ia64/elf')
-rw-r--r-- | sysdeps/ia64/elf/start.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/ia64/elf/start.S b/sysdeps/ia64/elf/start.S index cc8b798b37..27a7a1df36 100644 --- a/sysdeps/ia64/elf/start.S +++ b/sysdeps/ia64/elf/start.S @@ -97,7 +97,4 @@ __data_start: .weak data_start data_start = __data_start - .global __libc_ia64_register_backing_store_base - .align 8 -__libc_ia64_register_backing_store_base: - .space 8 + .common __libc_ia64_register_backing_store_base, 8, 8 |