File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ static void updateSupportedARMFeatures(Ctx &ctx,
209209 ctx.arg .armHasThumb2ISA |= thumb && *thumb >= ARMBuildAttrs::AllowThumb32;
210210}
211211
212- struct KnownAArch64BuildAttrSubsections {
212+ struct AArch64BuildAttrSubsections {
213213 struct PauthSubSection {
214214 unsigned tagPlatform = 0 ;
215215 unsigned tagSchema = 0 ;
@@ -221,10 +221,10 @@ struct KnownAArch64BuildAttrSubsections {
221221 } fAndB ;
222222};
223223
224- static KnownAArch64BuildAttrSubsections
224+ static AArch64BuildAttrSubsections
225225extractBuildAttributesSubsections (const AArch64AttributeParser &attributes) {
226226
227- KnownAArch64BuildAttrSubsections subSections;
227+ AArch64BuildAttrSubsections subSections;
228228 subSections.pauth .tagPlatform =
229229 attributes
230230 .getAttributeValue (" aeabi_pauthabi" ,
@@ -832,7 +832,7 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
832832 } else {
833833 bool writePauth = false ;
834834 bool wrtieFeatures = false ;
835- KnownAArch64BuildAttrSubsections subSections =
835+ AArch64BuildAttrSubsections subSections =
836836 extractBuildAttributesSubsections (attributes);
837837 if (hasGnuProperties) {
838838 if (!gnuPropertiesInformation.aarch64PauthAbiCoreInfo .empty ()) {
You can’t perform that action at this time.
0 commit comments