@@ -551,14 +551,14 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
551551 SectionKind::getMetadata (), " #C" ,
552552 GOFF::SDAttr{GOFF::ESD_TA_Rent, GOFF::ESD_BSC_Section});
553553
554- ADAEDSection = Ctx->getGOFFSection (
554+ MCSectionGOFF * ADAEDSection = Ctx->getGOFFSection (
555555 SectionKind::getMetadata (), GOFF::CLASS_WSA,
556556 GOFF::EDAttr{false , GOFF::ESD_EXE_DATA, GOFF::AMODE, GOFF::RMODE,
557557 GOFF::ESD_NS_Parts, GOFF::ESD_TS_ByteOriented,
558558 GOFF::ESD_BA_Merge, GOFF::ESD_LB_Deferred, GOFF::ESD_RQ_1,
559559 GOFF::ESD_ALIGN_Quadword},
560560 RootSDSection);
561- ADAPRSection = Ctx->getGOFFSection (
561+ ADASection = Ctx->getGOFFSection (
562562 SectionKind::getData (), " #S" ,
563563 GOFF::PRAttr{false , false , GOFF::ESD_EXE_DATA, GOFF::ESD_NS_Parts,
564564 GOFF::ESD_LT_XPLink, GOFF::AMODE, GOFF::ESD_BSC_Section,
@@ -573,14 +573,14 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
573573 GOFF::ESD_RQ_0, GOFF::ESD_ALIGN_Doubleword},
574574 RootSDSection);
575575
576- PPA2ListEDSection = Ctx->getGOFFSection (
576+ MCSectionGOFF * PPA2ListEDSection = Ctx->getGOFFSection (
577577 SectionKind::getMetadata (), GOFF::CLASS_PPA2,
578578 GOFF::EDAttr{true , GOFF::ESD_EXE_DATA, GOFF::AMODE, GOFF::RMODE,
579579 GOFF::ESD_NS_Parts, GOFF::ESD_TS_ByteOriented,
580580 GOFF::ESD_BA_Merge, GOFF::ESD_LB_Initial, GOFF::ESD_RQ_0,
581581 GOFF::ESD_ALIGN_Doubleword},
582582 RootSDSection);
583- PPA2ListPRSection = Ctx->getGOFFSection (
583+ PPA2ListSection = Ctx->getGOFFSection (
584584 SectionKind::getData (), " .&ppa2" ,
585585 GOFF::PRAttr{true , false , GOFF::ESD_EXE_Unspecified, GOFF::ESD_NS_Parts,
586586 GOFF::ESD_LT_OS, GOFF::AMODE, GOFF::ESD_BSC_Section,
0 commit comments