public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: ppc: change bool variable name to boolean
@ 2021-06-16  5:05 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-06-16  5:05 UTC (permalink / raw)
  To: gdb-patches

This is a reserved type with stdbool.h.
---
 sim/ppc/ChangeLog | 4 ++++
 sim/ppc/device.h  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 469d76bf2038..d0719450ce22 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-16  Mike Frysinger  <vapier@gentoo.org>
+
+	* device.h (device_add_boolean_property): Rename bool arg to boolean.
+
 2021-06-16  Mike Frysinger  <vapier@gentoo.org>
 
 	* Makefile.in (HOSTENDIAN_CFLAGS): Delete.
diff --git a/sim/ppc/device.h b/sim/ppc/device.h
index 353358761b5a..1bc000876eec 100644
--- a/sim/ppc/device.h
+++ b/sim/ppc/device.h
@@ -280,7 +280,7 @@ INLINE_DEVICE\
 (void) device_add_boolean_property
 (device *me,
  const char *property,
- int bool);
+ int boolean);
 
 INLINE_DEVICE\
 (int) device_find_boolean_property
-- 
2.31.1


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

only message in thread, other threads:[~2021-06-16  5:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  5:05 [PATCH] sim: ppc: change bool variable name to boolean 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).