mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
We seem to have settled to __DWARF for section name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -222,18 +222,18 @@ namespace {
|
|||||||
: DwarfWriter(o, ap)
|
: DwarfWriter(o, ap)
|
||||||
{
|
{
|
||||||
needsSet = true;
|
needsSet = true;
|
||||||
DwarfAbbrevSection = ".section __DWARFA,__debug_abbrev";
|
DwarfAbbrevSection = ".section __DWARF,__debug_abbrev";
|
||||||
DwarfInfoSection = ".section __DWARFA,__debug_info";
|
DwarfInfoSection = ".section __DWARF,__debug_info";
|
||||||
DwarfLineSection = ".section __DWARFA,__debug_line";
|
DwarfLineSection = ".section __DWARF,__debug_line";
|
||||||
DwarfFrameSection =
|
DwarfFrameSection =
|
||||||
".section __DWARFA,__debug_frame,,coalesced,no_toc+strip_static_syms";
|
".section __DWARF,__debug_frame,,coalesced,no_toc+strip_static_syms";
|
||||||
DwarfPubNamesSection = ".section __DWARFA,__debug_pubnames";
|
DwarfPubNamesSection = ".section __DWARF,__debug_pubnames";
|
||||||
DwarfPubTypesSection = ".section __DWARFA,__debug_pubtypes";
|
DwarfPubTypesSection = ".section __DWARF,__debug_pubtypes";
|
||||||
DwarfStrSection = ".section __DWARFA,__debug_str";
|
DwarfStrSection = ".section __DWARF,__debug_str";
|
||||||
DwarfLocSection = ".section __DWARFA,__debug_loc";
|
DwarfLocSection = ".section __DWARF,__debug_loc";
|
||||||
DwarfARangesSection = ".section __DWARFA,__debug_aranges";
|
DwarfARangesSection = ".section __DWARF,__debug_aranges";
|
||||||
DwarfRangesSection = ".section __DWARFA,__debug_ranges";
|
DwarfRangesSection = ".section __DWARF,__debug_ranges";
|
||||||
DwarfMacInfoSection = ".section __DWARFA,__debug_macinfo";
|
DwarfMacInfoSection = ".section __DWARF,__debug_macinfo";
|
||||||
TextSection = ".text";
|
TextSection = ".text";
|
||||||
DataSection = ".data";
|
DataSection = ".data";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user