Fixes for PR258 and PR259.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 26 Feb 2004 22:20:58 +0000 (22:20 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 26 Feb 2004 22:20:58 +0000 (22:20 +0000)
commit3799eec3cfbcff0bbd7bcf2539dba52aa9af58e4
tree74b85dc1c55dfc2d39beebe7bf977f28467f4c37
parentcb582406dda123ad6478fb1601814d8e5fab1fcd
Fixes for PR258 and PR259.
Functions with linkonce linkage are declared with weak linkage.
Global floating point constants used to represent unprintable values
(such as NaN and infinity) are declared static so that they don't interfere
with other CBE generated translation units.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11884 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp