Chris Lattner 45090476be Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires
it, because this:

.bss
X:
.byte 0

results in the assembler warning: "initialization in bss segment".  Annoying.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26204 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-15 07:07:14 +00:00
..
2006-02-14 20:14:17 +00:00
2005-12-26 14:31:26 +00:00
2005-12-26 10:24:15 +00:00
2006-01-24 04:14:29 +00:00