]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Mike Frysinger: include the Blackfin processor as one of the
authorguy <guy>
Tue, 26 Feb 2008 19:21:25 +0000 (19:21 +0000)
committerguy <guy>
Tue, 26 Feb 2008 19:21:25 +0000 (19:21 +0000)
processors that don't support unaligned accesses.

CREDITS
aclocal.m4
configure

diff --git a/CREDITS b/CREDITS
index 3e156b4444fc76d9a510773c41a01bd16154edba..2a3fc67f7bc2496951debf2164587d38fe63541c 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -109,6 +109,7 @@ Additional people who have contributed patches:
        Michael Shields                 <shields at msrl dot com>
        Michael T. Stolarchuk           <mts at off dot to>
        Michele "mydecay" Marchetto     <smarchetto1 at tin dot it>
+       Mike Frysinger                  <vapier at gmail dot com>
        Monroe Williams                 <monroe at pobox dot com>
        Motonori Shindo                 <mshindo at mshindo dot net>
        Nathan J. Williams              <nathanw at MIT dot EDU>
index 69fe1114810dc053d72a92b4c684b0a7c3a19c88..79e7c4aec5d637ec6506fcc7acdcd7b4302724f3 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.113 2005-11-08 02:59:40 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.113.2.1 2008-02-26 19:21:25 guy Exp $ (LBL)
 dnl
 dnl Copyright (c) 1995, 1996, 1997, 1998
 dnl    The Regents of the University of California.  All rights reserved.
@@ -664,7 +664,7 @@ AC_DEFUN(AC_LBL_UNALIGNED_ACCESS,
        # know it does work, and have the script just fail on other
        # cpu types and update it when such a failure occurs.
        #
-       alpha*|arm*|hp*|mips*|sh*|sparc*|ia64|nv1)
+       alpha*|arm*|bfin*|hp*|mips*|sh*|sparc*|ia64|nv1)
                ac_cv_lbl_unaligned_fail=yes
                ;;
 
index d2a13c318d0cad573b9827e88dcbb1867c2f34ed..a8fcb06271bc6cb7218c4480cbd06df13b975d02 100755 (executable)
--- a/configure
+++ b/configure
@@ -12806,7 +12806,7 @@ else
        # know it does work, and have the script just fail on other
        # cpu types and update it when such a failure occurs.
        #
-       alpha*|arm*|hp*|mips*|sh*|sparc*|ia64|nv1)
+       alpha*|arm*|bfin*|hp*|mips*|sh*|sparc*|ia64|nv1)
                ac_cv_lbl_unaligned_fail=yes
                ;;