public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: mips: Change E_MIPS_* to EF_MIPS_*
@ 2023-11-16  2:22 YunQiang Su
  0 siblings, 0 replies; only message in thread
From: YunQiang Su @ 2023-11-16  2:22 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=27c22a4c76f753a68c11db22c92931166c9aa634

commit 27c22a4c76f753a68c11db22c92931166c9aa634
Author: Ying Huang <ying.huang@oss.cipunited.com>
Date:   Wed Nov 15 10:30:49 2023 +0800

    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>

Diff:
---
 sim/mips/interp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim/mips/interp.c b/sim/mips/interp.c
index e521963a902..f0c509021a4 100644
--- a/sim/mips/interp.c
+++ b/sim/mips/interp.c
@@ -1557,8 +1557,8 @@ store_word (SIM_DESC sd,
 }
 
 #define MIPSR6_P(abfd) \
-  ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R6 \
-    || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R6)
+  ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6 \
+    || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6)
 
 /* Load a word from memory.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-16  2:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16  2:22 [binutils-gdb] sim: mips: Change E_MIPS_* to EF_MIPS_* YunQiang Su

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).