@@ -556,7 +556,7 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
556556 GOFF::EDAttr{false , GOFF::RMODE, GOFF::ESD_NS_Parts,
557557 GOFF::ESD_TS_ByteOriented, GOFF::ESD_BA_Merge,
558558 GOFF::ESD_LB_Deferred, GOFF::ESD_RQ_1,
559- GOFF::ESD_ALIGN_Quadword},
559+ GOFF::ESD_ALIGN_Quadword, 0 },
560560 RootSDSection);
561561 ADASection = Ctx->getGOFFSection (SectionKind::getData (), " #S" ,
562562 GOFF::PRAttr{false , GOFF::ESD_EXE_DATA,
@@ -569,15 +569,15 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
569569 GOFF::EDAttr{true , GOFF::RMODE, GOFF::ESD_NS_NormalName,
570570 GOFF::ESD_TS_ByteOriented, GOFF::ESD_BA_Concatenate,
571571 GOFF::ESD_LB_Initial, GOFF::ESD_RQ_0,
572- GOFF::ESD_ALIGN_Doubleword},
572+ GOFF::ESD_ALIGN_Doubleword, 0 },
573573 RootSDSection);
574574
575575 MCSectionGOFF *PPA2ListEDSection = Ctx->getGOFFSection (
576576 SectionKind::getMetadata (), GOFF::CLASS_PPA2,
577577 GOFF::EDAttr{true , GOFF::RMODE, GOFF::ESD_NS_Parts,
578578 GOFF::ESD_TS_ByteOriented, GOFF::ESD_BA_Merge,
579579 GOFF::ESD_LB_Initial, GOFF::ESD_RQ_0,
580- GOFF::ESD_ALIGN_Doubleword},
580+ GOFF::ESD_ALIGN_Doubleword, 0 },
581581 RootSDSection);
582582 PPA2ListSection = Ctx->getGOFFSection (SectionKind::getData (), " .&ppa2" ,
583583 GOFF::PRAttr{true , GOFF::ESD_EXE_DATA,
@@ -590,7 +590,7 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
590590 GOFF::EDAttr{true , GOFF::RMODE, GOFF::ESD_NS_NormalName,
591591 GOFF::ESD_TS_Structured, GOFF::ESD_BA_Concatenate,
592592 GOFF::ESD_LB_NoLoad, GOFF::ESD_RQ_0,
593- GOFF::ESD_ALIGN_Doubleword},
593+ GOFF::ESD_ALIGN_Doubleword, 0 },
594594 RootSDSection);
595595}
596596
0 commit comments