2006-09-08 06:05:02 +08:00
|
|
|
//===-- PPCTargetAsmInfo.cpp - PPC asm properties ---------------*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2007-12-30 04:36:04 +08:00
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
2006-09-08 06:05:02 +08:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file contains the declarations of the DarwinTargetAsmInfo properties.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "PPCTargetAsmInfo.h"
|
|
|
|
#include "PPCTargetMachine.h"
|
2006-10-05 08:35:50 +08:00
|
|
|
#include "llvm/Function.h"
|
2008-02-28 07:49:15 +08:00
|
|
|
#include "llvm/Support/Dwarf.h"
|
|
|
|
|
2006-09-08 06:05:02 +08:00
|
|
|
using namespace llvm;
|
2008-02-28 07:49:15 +08:00
|
|
|
using namespace llvm::dwarf;
|
2006-09-08 06:05:02 +08:00
|
|
|
|
2009-06-19 08:08:39 +08:00
|
|
|
PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM) :
|
2008-09-26 05:00:33 +08:00
|
|
|
PPCTargetAsmInfo<DarwinTargetAsmInfo>(TM) {
|
2007-02-02 00:31:34 +08:00
|
|
|
PCSymbol = ".";
|
2006-12-22 04:26:09 +08:00
|
|
|
CommentString = ";";
|
|
|
|
ConstantPoolSection = "\t.const\t";
|
|
|
|
UsedDirective = "\t.no_dead_strip\t";
|
2007-12-20 05:54:36 +08:00
|
|
|
SupportsExceptionHandling = true;
|
2007-12-21 20:19:44 +08:00
|
|
|
|
|
|
|
DwarfEHFrameSection =
|
2009-06-19 08:08:39 +08:00
|
|
|
".section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support";
|
2007-12-21 20:19:44 +08:00
|
|
|
DwarfExceptionSection = ".section __DATA,__gcc_except_tab";
|
2008-01-10 10:03:30 +08:00
|
|
|
GlobalEHDirective = "\t.globl\t";
|
|
|
|
SupportsWeakOmittedEHFrame = false;
|
2006-12-22 04:26:09 +08:00
|
|
|
}
|
|
|
|
|
2009-07-27 13:32:16 +08:00
|
|
|
const char *PPCDarwinTargetAsmInfo::getEHGlobalPrefix() const {
|
2008-12-19 18:55:56 +08:00
|
|
|
const PPCSubtarget* Subtarget = &TM.getSubtarget<PPCSubtarget>();
|
|
|
|
if (Subtarget->getDarwinVers() > 9)
|
|
|
|
return PrivateGlobalPrefix;
|
2009-07-27 03:23:28 +08:00
|
|
|
return "";
|
2008-12-19 18:55:56 +08:00
|
|
|
}
|
2008-02-28 07:49:15 +08:00
|
|
|
|
2008-08-09 02:23:49 +08:00
|
|
|
PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) :
|
2008-09-26 05:00:33 +08:00
|
|
|
PPCTargetAsmInfo<ELFTargetAsmInfo>(TM) {
|
2006-12-22 04:26:09 +08:00
|
|
|
CommentString = "#";
|
|
|
|
GlobalPrefix = "";
|
2008-12-19 18:55:56 +08:00
|
|
|
PrivateGlobalPrefix = ".L";
|
2008-02-13 03:25:12 +08:00
|
|
|
ConstantPoolSection = "\t.section .rodata.cst4\t";
|
|
|
|
JumpTableDataSection = ".section .rodata.cst4";
|
2008-08-16 20:58:46 +08:00
|
|
|
CStringSection = ".rodata.str";
|
2006-12-22 04:26:09 +08:00
|
|
|
StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
|
|
|
|
StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
|
|
|
|
UsedDirective = "\t# .no_dead_strip\t";
|
|
|
|
WeakRefDirective = "\t.weak\t";
|
2007-11-05 01:32:10 +08:00
|
|
|
BSSSection = "\t.section\t\".sbss\",\"aw\",@nobits";
|
2007-07-25 11:48:45 +08:00
|
|
|
|
2007-12-21 20:19:44 +08:00
|
|
|
// Debug Information
|
|
|
|
AbsoluteDebugSectionOffsets = true;
|
|
|
|
SupportsDebugInformation = true;
|
2007-07-25 11:48:45 +08:00
|
|
|
DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",@progbits";
|
|
|
|
DwarfInfoSection = "\t.section\t.debug_info,\"\",@progbits";
|
|
|
|
DwarfLineSection = "\t.section\t.debug_line,\"\",@progbits";
|
|
|
|
DwarfFrameSection = "\t.section\t.debug_frame,\"\",@progbits";
|
|
|
|
DwarfPubNamesSection ="\t.section\t.debug_pubnames,\"\",@progbits";
|
|
|
|
DwarfPubTypesSection ="\t.section\t.debug_pubtypes,\"\",@progbits";
|
|
|
|
DwarfStrSection = "\t.section\t.debug_str,\"\",@progbits";
|
|
|
|
DwarfLocSection = "\t.section\t.debug_loc,\"\",@progbits";
|
|
|
|
DwarfARangesSection = "\t.section\t.debug_aranges,\"\",@progbits";
|
|
|
|
DwarfRangesSection = "\t.section\t.debug_ranges,\"\",@progbits";
|
2009-06-19 07:31:37 +08:00
|
|
|
DwarfMacroInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits";
|
2007-12-21 20:19:44 +08:00
|
|
|
|
|
|
|
PCSymbol = ".";
|
|
|
|
|
|
|
|
// Set up DWARF directives
|
|
|
|
HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
|
|
|
|
|
|
|
|
// Exceptions handling
|
|
|
|
if (!TM.getSubtargetImpl()->isPPC64())
|
|
|
|
SupportsExceptionHandling = true;
|
|
|
|
AbsoluteEHSectionOffsets = false;
|
|
|
|
DwarfEHFrameSection = "\t.section\t.eh_frame,\"aw\",@progbits";
|
|
|
|
DwarfExceptionSection = "\t.section\t.gcc_except_table,\"a\",@progbits";
|
2006-12-22 04:26:09 +08:00
|
|
|
}
|
2008-02-28 07:49:15 +08:00
|
|
|
|
2008-10-05 16:53:29 +08:00
|
|
|
|
|
|
|
// Instantiate default implementation.
|
|
|
|
TEMPLATE_INSTANTIATION(class PPCTargetAsmInfo<TargetAsmInfo>);
|