Add support for emitting a .data section and .bss section.
authorChris Lattner <sabre@nondot.org>
Fri, 8 Jul 2005 05:47:00 +0000 (05:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Jul 2005 05:47:00 +0000 (05:47 +0000)
commit4c47e3a1c598a2d9c4f0a52c611379fcd08cc6ab
treeb0c1ddd5629056617683d233af52ba4c09cdcdbd
parent85c716f83d200cc00e3fc54f3de90b6ce0d44744
Add support for emitting a .data section and .bss section.
Add support for emitting external and .bss symbols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ELFWriter.cpp