From d7b88214f60b24730261f179983aa411e4b1ed91 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 13 Jan 1999 09:25:35 +0000 Subject: [PATCH] Update. * sysdeps/unix/make-syscalls.sh: Set shared-only-routines for versioned syscalls. * Rules: Remove rules for empty.* again. 1999-01-13 Andreas Schwab --- ChangeLog | 7 +++++++ sysdeps/unix/make-syscalls.sh | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed15a2e6c9..389cfb800d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-01-13 Andreas Schwab + + * sysdeps/unix/make-syscalls.sh: Set shared-only-routines for + versioned syscalls. + + * Rules: Remove rules for empty.* again. + 1999-01-13 Andreas Schwab * sysdeps/unix/sysv/linux/m68k/vfork.S: New file. 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: \\" ;; *)