Add the necessary stack offsets for macppc so dt(4).
authorclaudio <claudio@openbsd.org>
Fri, 10 Mar 2023 11:04:26 +0000 (11:04 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 10 Mar 2023 11:04:26 +0000 (11:04 +0000)
Tested on a G5 and G4 macppc.
OK miod@

sys/dev/dt/dt_dev.c

index a6e2a0c..107e972 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dt_dev.c,v 1.23 2023/03/10 11:01:52 claudio Exp $ */
+/*     $OpenBSD: dt_dev.c,v 1.24 2023/03/10 11:04:26 claudio Exp $ */
 
 /*
  * Copyright (c) 2019 Martin Pieuchot <mpi@openbsd.org>
@@ -59,6 +59,9 @@
 #elif defined(__i386__)
 #define DT_FA_PROFILE  8
 #define DT_FA_STATIC   2
+#elif defined(__macppc__)
+#define DT_FA_PROFILE  7
+#define DT_FA_STATIC   2
 #elif defined(__octeon__)
 #define DT_FA_PROFILE  6
 #define DT_FA_STATIC   2