MIPS: Add ELF file header flags
commitc07ae7cca4fcfa37508e048f9b437d3b3d0c4130
authorYing Huang <ying.huang@oss.cipunited.com>
Thu, 31 Aug 2023 03:22:46 +0000 (30 23:22 -0400)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 27 Sep 2023 16:57:06 +0000 (27 13:57 -0300)
tree670ae30e123ba58c84b7305a4bcc9adcfe120744
parent4eac1825ed92e88c192abb436412d5fb84ddd854
MIPS: Add ELF file header flags

Now binutils use some E_MIPS_* macros and EF_MIPS_* macros, it is
difficult to decide which style macro we should use when we want
to add new ELF file header flags.
IRIX used to use EF_MIPS_* macros and in elf/elf.h there also has
comments "The following are unofficial names and should not be used".
So we should use EF_MIPS_* to keep same style with the beginning.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/elf.h