diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-13 09:25:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-13 09:25:35 +0000 |
commit | d7b88214f60b24730261f179983aa411e4b1ed91 (patch) | |
tree | fe2d2957e6e1c9760a1f92284283f61739dfccb1 | |
parent | 15e430394467dbc8bd2e0bbb95fb2030a3cbb228 (diff) | |
download | glibc-d7b88214f60b24730261f179983aa411e4b1ed91.tar glibc-d7b88214f60b24730261f179983aa411e4b1ed91.tar.gz glibc-d7b88214f60b24730261f179983aa411e4b1ed91.tar.bz2 glibc-d7b88214f60b24730261f179983aa411e4b1ed91.zip |
Update.
* sysdeps/unix/make-syscalls.sh: Set shared-only-routines for
versioned syscalls.
* Rules: Remove rules for empty.* again.
1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 5 |
2 files changed, 8 insertions, 4 deletions
@@ -1,5 +1,12 @@ 1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + * sysdeps/unix/make-syscalls.sh: Set shared-only-routines for + versioned syscalls. + + * Rules: Remove rules for empty.* again. + +1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + * sysdeps/unix/sysv/linux/m68k/vfork.S: New file. 1999-01-13 Ulrich Drepper <drepper@cygnus.com> diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index 18a032600d..7aa4b3ea0d 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -67,10 +67,7 @@ EOF *@*) # The versioned symbols are only in the shared library. echo "\ -\$(foreach o,\$(filter-out .os,\$(object-suffixes)),\$(objpfx)$file\$o): \\ -\$(objpfx)$file%: \$(common-objpfx)empty% - rm -f \$@ - ln \$< \$@ +shared-only-routines += $file \$(objpfx)${file}.os: \\" ;; *) |