public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed 1/2] sim: mn10300: switch abort to sim_engine_abort
@ 2021-06-15  3:47 Mike Frysinger
  2021-06-15  3:47 ` [PATCH/committed 2/2] sim: mn10300: enable -Werror Mike Frysinger
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2021-06-15  3:47 UTC (permalink / raw)
  To: gdb-patches

This allows the caller to catch engine aborts if they want, and fixes
the warning about missing stdlib.h include by not using abort().
---
 sim/mn10300/ChangeLog    | 4 ++++
 sim/mn10300/mn10300.igen | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index 9a2c1d1929ca..ff7d6c18f117 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-14  Mike Frysinger  <vapier@gentoo.org>
+
+	* mn10300.igen: Change abort to sim_engine_abort.
+
 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
 
 	* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
diff --git a/sim/mn10300/mn10300.igen b/sim/mn10300/mn10300.igen
index 80a394309c90..f67468da17eb 100644
--- a/sim/mn10300/mn10300.igen
+++ b/sim/mn10300/mn10300.igen
@@ -3624,7 +3624,7 @@
 {
   /* OP_F0FF (); */
   PC = cia;
-  abort ();
+  sim_engine_abort (SD, CPU, cia, "F0FF");
 }
 
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-17  4:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  3:47 [PATCH/committed 1/2] sim: mn10300: switch abort to sim_engine_abort Mike Frysinger
2021-06-15  3:47 ` [PATCH/committed 2/2] sim: mn10300: enable -Werror Mike Frysinger
2021-06-16 15:35   ` Simon Marchi
2021-06-16 15:47     ` Simon Marchi
2021-06-16 17:52       ` Mike Frysinger
2021-06-16 18:01         ` Simon Marchi
2021-06-17  4:14           ` [PATCH/committed] sim: mn10300: tweak static inlines Mike Frysinger

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).