aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 4f54f77..f40504e 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,5 +1,12 @@
2021-06-16 Mike Frysinger <vapier@gentoo.org>
+ * basics.h (NORETURN): Delete.
+ * sim_callbacks.h: Include ansidecl.h. Change NORETURN to
+ ATTRIBUTE_NORETURN.
+ * sim_calls.c: Likewise.
+
+2021-06-16 Mike Frysinger <vapier@gentoo.org>
+
* basics.h (UNUSED): Delete.
* gen-icache.c (print_icache_extraction): Change UNUSED to
ATTRIBUTE_UNUSED.