Hi Florian, 在 2023/6/1 17:21, Florian Weimer 写道: > * Ying Huang: > >> Hi, >> >>>> /+/* Object attribute tags. */ />/+enum />/+{ />/+ /* 0-3 are generic. */ />/+ />/+ /* >> Floating-point ABI used by this object file. */ />/+ Tag_GNU_MIPS_ABI_FP = 4, />/+ />/+ /* MSA >> ABI used by this object file. */ />/+ Tag_GNU_MIPS_ABI_MSA = 8, />/+}; />/+ />/+/* Object >> attribute values. */ />/+enum />/+{ />/+ /* Values defined for Tag_GNU_MIPS_ABI_MSA. */ />/+ >> />/+ /* Not tagged or not using any ABIs affected by the differences. */ />/+ >> Val_GNU_MIPS_ABI_MSA_ANY = 0, />/+ />/+ /* Using 128-bit MSA. */ />/+ >> Val_GNU_MIPS_ABI_MSA_128 = 1, />/+}; / >>> Any reason for using enum constants here, and not #define? I understand >>> there is other MIPS precedent, but why continue in this direction? >>> >>> Thanks, >>> Florian >> I wish to keep same with binutils. > Fine by me. > > Thanks, > Florian Could you help commit PATCH v2? Thanks, Ying