Update the .cvs files.
[oota-llvm.git] / lib / Target / CellSPU / SPUTargetAsmInfo.cpp
index 027d73e27be1cf209effc337997de70302345f06..0d7aac15a05b0d7aae33b9f4b95eb751e4673744 100644 (file)
@@ -2,10 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -19,6 +17,7 @@
 using namespace llvm;
 
 SPUTargetAsmInfo::SPUTargetAsmInfo(const SPUTargetMachine &TM) {
+  PCSymbol = ".";
   CommentString = "#";
   GlobalPrefix = "";
   PrivateGlobalPrefix = ".L";
@@ -26,17 +25,14 @@ SPUTargetAsmInfo::SPUTargetAsmInfo(const SPUTargetMachine &TM) {
   SetDirective = "\t.set";
   Data64bitsDirective = "\t.quad\t";  
   AlignmentIsInBytes = false;
-  SwitchToSectionDirective = "\t.section\t";
+  SwitchToSectionDirective = ".section\t";
   ConstantPoolSection = "\t.const\t";
   JumpTableDataSection = ".const";
   CStringSection = "\t.cstring";
-  LCOMMDirective = "\t.lcomm\t";
   StaticCtorsSection = ".mod_init_func";
   StaticDtorsSection = ".mod_term_func";
   FourByteConstantSection = ".const";
   SixteenByteConstantSection = "\t.section\t.rodata.cst16,\"aM\",@progbits,16";
-  UsedDirective = "\t.no_dead_strip\t";
-  WeakRefDirective = "\t.weak_reference\t";
   InlineAsmStart = "# InlineAsm Start";
   InlineAsmEnd = "# InlineAsm End";