]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2505. [port] Treat amd64 similarly to x86_64 when determining
authorMark Andrews <marka@isc.org>
Fri, 5 Dec 2008 02:06:21 +0000 (02:06 +0000)
committerMark Andrews <marka@isc.org>
Fri, 5 Dec 2008 02:06:21 +0000 (02:06 +0000)
                        atomic operation support. [RT #19031]

CHANGES
config.h.in
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 1f97eab0bdef341cd23ee583284c72fdad48c87b..6bae33e9378927d268d921453f682e3b25ccfb53 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2505.  [port]          Treat amd64 similarly to x86_64 when determining
+                       atomic operation support. [RT #19031]
+
 2504.  [bug]           Address race condition in the socket code. [RT #18899]
 
 2503.  [port]          linux: improve compatibility with Linux Standard
index 391d1202dc211f912af0a5c97d6d73809b4a51cf..374920cc2f948098cf1ecdd0da29b42da6c750c7 100644 (file)
@@ -1,9 +1,9 @@
 /* config.h.in.  Generated from configure.in by autoheader.  */
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
@@ -16,7 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.in,v 1.60.18.36 2008/12/01 07:52:34 marka Exp $ */
+/* $Id: config.h.in,v 1.60.18.37 2008/12/05 02:06:21 marka Exp $ */
 
 /*! \file */
 
@@ -109,7 +109,7 @@ int sigwait(const unsigned int *set, int *sig);
  * The silly continuation line is to keep configure from
  * commenting out the #undef.
  */
+
 #undef \
        va_start
 #define        va_start(ap, last) \
index 537d257f078fc5805fe68ba82f8604a5350f114d..6ea0bcc18e47a799a3c1fde8a708e179dc167b11 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.339.18.83 2008/12/01 07:52:35 marka Exp $
+# $Id: configure,v 1.339.18.84 2008/12/05 02:06:21 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -29,7 +29,7 @@
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.355.18.87 .
+# From configure.in Revision: 1.355.18.88 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -29252,7 +29252,7 @@ fi
 
 
        ;;
-       x86_64-*)
+       x86_64-*|amd64-*)
                arch=x86_64
        ;;
        alpha*-*)
index a40fc6dce5de05235a809cb9912085ca9269a5de..b6fdea66238dbaecd93a55532ce2e62881ee5c08 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.355.18.87 $)
+AC_REVISION($Revision: 1.355.18.88 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -2058,7 +2058,7 @@ main() {
                [arch=x86_32],
                [arch=x86_32])
        ;;
-       x86_64-*)
+       x86_64-*|amd64-*)
                arch=x86_64
        ;;
        alpha*-*)