* 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>
This commit is contained in:
Ulrich Drepper 1999-01-13 09:25:35 +00:00
parent 15e4303944
commit d7b88214f6
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,10 @@
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.

View File

@ -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: \\"
;;
*)