summaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 156e57a668f..ec248cb48dd 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,5 +1,18 @@
2021-06-19 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Replace ALL_INLINE with ALL_C_INLINE and
+ PSIM_INLINE_LOCALS with INLINE_LOCALS.
+ * inline.h: Likewise.
+ * options.c: Likewise.
+ * std-config.h: Likewise. Include sim-inline.h explicitly.
+ (REVEAL_MODULE): Define to H_REVEALS_MODULE.
+ (INLINE_MODULE): Define to C_REVEALS_MODULE.
+ (PSIM_INLINE_LOCALS): Delete.
+ (ALL_INLINE): Delete.
+ * configure: Regenerate.
+
+2021-06-19 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in: Move intl vars to ../arch-subdir.mk.in.
* configure.ac: Delete ZW_GNU_GETTEXT_SISTER_DIR call.
* config.in, configure: Regenerate.