summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-08-08 18:23:49 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-08-08 18:23:49 +0000
commitc9ad17c3dad92d1b420d0708cdf8271b8bf05256 (patch)
tree9322e236f66612ae9227fa061202902f947b2486 /llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
parent5b5d8bcd880ec9420afeb26dc0421beb24ab610a (diff)
downloadbcm5719-llvm-c9ad17c3dad92d1b420d0708cdf8271b8bf05256.tar.gz
bcm5719-llvm-c9ad17c3dad92d1b420d0708cdf8271b8bf05256.zip
Convert PPC/Linux to new section printing stuff
llvm-svn: 54538
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index d9807f7c270..2fd9c2b001a 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -104,9 +104,8 @@ PPCDarwinTargetAsmInfo::PreferredEHDataFormat(DwarfEncoding::Target Reason,
}
-PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM)
-: PPCTargetAsmInfo(TM)
-{
+PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) :
+ PPCTargetAsmInfo(TM), ELFTargetAsmInfo(TM) {
CommentString = "#";
GlobalPrefix = "";
PrivateGlobalPrefix = "";
OpenPOWER on IntegriCloud