Regarding integer division by 0, x86_64 behaves like i386.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2007 00:12:05 +0000 (00:12 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2007 00:12:05 +0000 (00:12 +0000)
ChangeLog
m4/intdiv0.m4

index 6012027..094361f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-02  Bruno Haible  <bruno@clisp.org>
+
+       * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
+       i386.
+
 2007-04-01  Simon Josefsson  <simon@josefsson.org>
 
        * modules/crypto/arcfour: Moved from ../.
index b8865ba..42143e4 100644 (file)
@@ -51,7 +51,7 @@ int main ()
           # Guess based on the CPU.
 changequote(,)dnl
           case "$host_cpu" in
-            alpha* | i[34567]86 | m68k | s390*)
+            alpha* | i[34567]86 | x86_64 | m68k | s390*)
               gt_cv_int_divbyzero_sigfpe="guessing yes";;
             *)
               gt_cv_int_divbyzero_sigfpe="guessing no";;