Date: Sun, 03 May 1998 22:05:09 -0700 From: David Holloway <daveh@ntanet.net> To: freebsd-current@FreeBSD.ORG Subject: bintutils Message-ID: <199805040505.WAA27398@gwythaint.tamis.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805040505.WAA27398>
