From owner-freebsd-current Sun May 3 22:03:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19283 for freebsd-current-outgoing; Sun, 3 May 1998 22:03:21 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gwythaint.tamis.com (www.tamis.com [206.24.116.171] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19267 for ; Sun, 3 May 1998 22:03:17 -0700 (PDT) (envelope-from daveh@gwythaint.tamis.com) Received: from gwythaint.tamis.com (localhost [127.0.0.1]) by gwythaint.tamis.com (8.8.7/8.8.7) with ESMTP id WAA27398 for ; Sun, 3 May 1998 22:05:10 -0700 (PDT) (envelope-from daveh@gwythaint.tamis.com) Message-Id: <199805040505.WAA27398@gwythaint.tamis.com> To: freebsd-current@FreeBSD.ORG From: David Holloway Subject: bintutils Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Sun, 03 May 1998 22:05:09 -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Someone is really confused... Any comments? daveh@gwythaint> diff binutils-2.8.1/bfd/freebsd.h binutils-2.9/bfd/freebsd.h 58c58 < /* On FreeBSD, the magic number is always in ntohl's "network" (big-endian) --- > /* On FreeBSD, the magic number is always in i386 (little-endian) 60c60 < #define SWAP_MAGIC(ext) bfd_getb32 (ext) --- > #define SWAP_MAGIC(ext) bfd_getl32 (ext) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message