]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/mips/interp.c
sim: mips: Change E_MIPS_* to EF_MIPS_*
authorYing Huang <ying.huang@oss.cipunited.com>
Wed, 15 Nov 2023 02:30:49 +0000 (10:30 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Thu, 16 Nov 2023 02:21:55 +0000 (10:21 +0800)
commit27c22a4c76f753a68c11db22c92931166c9aa634
tree4f035b042cc0856cf010564f0b9075f40626c599
parent66cf42940aacbece5cca84792656b87a0638e551
sim: mips: Change E_MIPS_* to EF_MIPS_*

According to we have changed all E_MIPS_* to EF_MIPS_* in binutils
and glibc, we also need to change it here to keep same style.
We can refer to this commit record:
https://sourceware.org/pipermail/binutils/2023-October/129904.html

Approved-By: Pedro Alves <pedro@palves.net>
sim/mips/interp.c