.bss is no problem here.
authorDuraid Madina <duraid@octopus.com.au>
Sun, 3 Apr 2005 14:52:01 +0000 (14:52 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Sun, 3 Apr 2005 14:52:01 +0000 (14:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21061 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64AsmPrinter.cpp

index 64bdfc6b6e9002495e2fa992b116b36ab12d6881..3b182d59453802fdf394c249ff8ff02ae88289a0 100644 (file)
@@ -143,7 +143,6 @@ bool IA64SharedAsmPrinter::doFinalization(Module &M) {
         case GlobalValue::InternalLinkage:
           if (C->isNullValue())
             SwitchSection(O, CurSection, ".bss");
-         // FIXME? in ia64-land .bss means "nobits" (i.e. uninitialized)
           else
             SwitchSection(O, CurSection, ".data");
           break;