@@ -2820,7 +2820,7 @@ MCSection *TargetLoweringObjectFileGOFF::getSectionForLSDA(
28202820 static_cast <MCSectionGOFF *>(TextSection)->getParent ());
28212821 return getContext ().getGOFFSection (
28222822 SectionKind::getData (), Name,
2823- GOFF::PRAttr{true , false , GOFF::ESD_EXE_DATA, GOFF::LINKAGE,
2823+ GOFF::PRAttr{true , GOFF::ESD_EXE_DATA, GOFF::LINKAGE,
28242824 GOFF::ESD_BSC_Section, GOFF::ESD_ALIGN_Fullword, 0 },
28252825 WSA);
28262826}
@@ -2850,11 +2850,11 @@ MCSection *TargetLoweringObjectFileGOFF::SelectSectionForGlobal(
28502850 GOFF::ESD_TS_ByteOriented, GOFF::ESD_BA_Merge,
28512851 GOFF::ESD_LB_Deferred, GOFF::ESD_RQ_0, Align},
28522852 SD);
2853- return getContext ().getGOFFSection (
2854- Kind, Symbol-> getName () ,
2855- GOFF::PRAttr{ false , false , GOFF::ESD_EXE_DATA, GOFF::LINKAGE,
2856- PRBindingScope, Align, 0 },
2857- ED);
2853+ return getContext ().getGOFFSection (Kind, Symbol-> getName (),
2854+ GOFF::PRAttr{ false , GOFF::ESD_EXE_DATA ,
2855+ GOFF::LINKAGE,
2856+ PRBindingScope, Align, 0 },
2857+ ED);
28582858 }
28592859 return TextSection;
28602860}
0 commit comments