mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
these two pieces of code are the same because we always
emit the EHFrame label next to the section_eh_frame and eh_frame_common labels. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff141c2062
commit
a4ff5e48fc
@ -194,18 +194,9 @@ void DwarfException::EmitEHFrame(const FunctionEHFrameInfo &EHFrameInfo) {
|
||||
|
||||
EmitLabel("eh_frame_begin", EHFrameInfo.Number);
|
||||
|
||||
if (!TAI->is_EHSymbolPrivate()) {
|
||||
// FIXME: HOW ARE THESE TWO ARMS DIFFERENT?? EH_frame vs eh_frame_common?
|
||||
PrintRelDirective(true, true);
|
||||
PrintLabelName("eh_frame_begin", EHFrameInfo.Number);
|
||||
|
||||
if (!TAI->isAbsoluteEHSectionOffsets())
|
||||
O << "-EH_frame" << EHFrameInfo.PersonalityIndex;
|
||||
} else {
|
||||
EmitSectionOffset("eh_frame_begin", "eh_frame_common",
|
||||
EHFrameInfo.Number, EHFrameInfo.PersonalityIndex,
|
||||
true, true, false);
|
||||
}
|
||||
EmitSectionOffset("eh_frame_begin", "eh_frame_common",
|
||||
EHFrameInfo.Number, EHFrameInfo.PersonalityIndex,
|
||||
true, true, false);
|
||||
|
||||
Asm->EOL("FDE CIE offset");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user