[binutils-gdb] Fix typo in sim/ppc/std-config.h
Tom Tromey
tromey@sourceware.org
Tue Apr 21 14:50:37 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=923f2d0fa88cd08dc0ac37591cdea11a217229ab
commit 923f2d0fa88cd08dc0ac37591cdea11a217229ab
Author: Tom Tromey <tromey@adacore.com>
Date: Tue Apr 21 08:42:39 2026 -0600
Fix typo in sim/ppc/std-config.h
A user noticed a typo in a preprocessor condition in
sim/ppc/std-config.h. This fixes it.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34087
Diff:
---
sim/ppc/std-config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index d1cd981fb62..f544285d493 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -584,7 +584,7 @@ extern int current_stdio;
/* idecode acts as the hub of the system, everything else is imported
into this file */
-#ifndef IDECOCE_INLINE
+#ifndef IDECODE_INLINE
#define IDECODE_INLINE INLINE_LOCALS
#endif
More information about the Gdb-cvs
mailing list