From: Simon Marchi <simon.marchi@ericsson.com>
To: <gdb-patches@sourceware.org>
Cc: Simon Marchi <simon.marchi@ericsson.com>
Subject: [PATCH c++ 2/3] cris: Use enum bfd_endian to represent endianness
Date: Fri, 09 Oct 2015 13:58:00 -0000 [thread overview]
Message-ID: <1444399099-31226-3-git-send-email-simon.marchi@ericsson.com> (raw)
In-Reply-To: <1444399099-31226-1-git-send-email-simon.marchi@ericsson.com>
gdb/ChangeLog:
* cris-tdep.c (struct instruction_environment): Change type of
byte_order to enum bfd_endian.
---
gdb/cris-tdep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c
index 73e4048..00cf623 100644
--- a/gdb/cris-tdep.c
+++ b/gdb/cris-tdep.c
@@ -485,7 +485,7 @@ struct instruction_environment
int delay_slot_pc_active;
int xflag_found;
int disable_interrupt;
- int byte_order;
+ enum bfd_endian byte_order;
} inst_env_type;
/* Machine-dependencies in CRIS for opcodes. */
--
2.5.1
next prev parent reply other threads:[~2015-10-09 13:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-09 13:58 [PATCH c++ 0/3] Some C++ patches Simon Marchi
2015-10-09 13:58 ` [PATCH c++ 3/3] i386: Fix type of gdbarch_tdep::register_reggroup_p Simon Marchi
2015-10-09 13:58 ` [PATCH c++ 1/3] arm-linux-tdep: Add explicit cast for int to gdb_syscall conversion Simon Marchi
2015-10-09 13:58 ` Simon Marchi [this message]
2015-10-09 14:09 ` [PATCH c++ 0/3] Some C++ patches Pedro Alves
2015-10-09 14:12 ` Simon Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444399099-31226-3-git-send-email-simon.marchi@ericsson.com \
--to=simon.marchi@ericsson.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox