Work around a bug in GCC where it can't handle common variables marked weak.
authorChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2003 17:35:00 +0000 (17:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2003 17:35:00 +0000 (17:35 +0000)
commit5ea326a23b0cf74e3f1f96b8846b43437a00cd2a
tree6dfe343410da52a01641ef15dc35f0de85cf4947
parent2580d4f232ce0885e1ffc03240ebbcc031b05a43
Work around a bug in GCC where it can't handle common variables marked weak.

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