@@ -558,11 +558,11 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
558558 GOFF::ESD_LB_Deferred, GOFF::ESD_RQ_1,
559559 GOFF::ESD_ALIGN_Quadword},
560560 RootSDSection);
561- ADASection = Ctx->getGOFFSection (
562- SectionKind::getData (), " #S " ,
563- GOFF::PRAttr{ false , GOFF::ESD_EXE_DATA, GOFF::ESD_LT_XPLink,
564- GOFF::ESD_BSC_Section, GOFF::ESD_ALIGN_Quadword , 0 },
565- ADAEDSection);
561+ ADASection = Ctx->getGOFFSection (SectionKind::getData (), " #S " ,
562+ GOFF::PRAttr{ false , GOFF::ESD_EXE_DATA ,
563+ GOFF::ESD_LT_XPLink,
564+ GOFF::ESD_BSC_Section , 0 },
565+ ADAEDSection);
566566
567567 TextSection = Ctx->getGOFFSection (
568568 SectionKind::getText (), GOFF::CLASS_CODE,
@@ -579,11 +579,11 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
579579 GOFF::ESD_LB_Initial, GOFF::ESD_RQ_0,
580580 GOFF::ESD_ALIGN_Doubleword},
581581 RootSDSection);
582- PPA2ListSection = Ctx->getGOFFSection (
583- SectionKind::getData (), " .&ppa2 " ,
584- GOFF::PRAttr{ true , GOFF::ESD_EXE_DATA, GOFF::ESD_LT_OS,
585- GOFF::ESD_BSC_Section, GOFF::ESD_ALIGN_Doubleword , 0 },
586- PPA2ListEDSection);
582+ PPA2ListSection = Ctx->getGOFFSection (SectionKind::getData (), " .&ppa2 " ,
583+ GOFF::PRAttr{ true , GOFF::ESD_EXE_DATA ,
584+ GOFF::ESD_LT_OS,
585+ GOFF::ESD_BSC_Section , 0 },
586+ PPA2ListEDSection);
587587
588588 IDRLSection = Ctx->getGOFFSection (
589589 SectionKind::getData (), " B_IDRL" ,
0 commit comments