(testsuite] Skip gnat.dg/div_zero.adb on Aarch64
Commit Message
For the same reason as on PowerPC.
Tested on Aarch64/Linux, applied on the mainline and 12 branch.
2023-03-23 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/div_zero.adb: Skip for aarch64*-*-* targets.
@@ -1,5 +1,5 @@
-- { dg-do run }
+-- { dg-skip-if "divide does not trap" { aarch64*-*-* powerpc*-*-* } }
-- This test requires architecture- and OS-specific support code for unwinding
-- through signal frames (typically located in *-unwind.h) to pass. Feel free