From: guy Date: Tue, 26 Feb 2008 19:21:25 +0000 (+0000) Subject: From Mike Frysinger: include the Blackfin processor as one of the X-Git-Tag: tcpdump-4.0.0~25 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b64ad0a3fc9772aefb8f32c40c2e6171443a3538?ds=inline From Mike Frysinger: include the Blackfin processor as one of the processors that don't support unaligned accesses. --- diff --git a/CREDITS b/CREDITS index 3e156b44..2a3fc67f 100644 --- a/CREDITS +++ b/CREDITS @@ -109,6 +109,7 @@ Additional people who have contributed patches: Michael Shields Michael T. Stolarchuk Michele "mydecay" Marchetto + Mike Frysinger Monroe Williams Motonori Shindo Nathan J. Williams diff --git a/aclocal.m4 b/aclocal.m4 index 69fe1114..79e7c4ae 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 ;; diff --git a/configure b/configure index d2a13c31..a8fcb062 100755 --- 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 ;;