History log of /freebsd-10.1-release/gnu/usr.bin/binutils/as/alpha-freebsd/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


131832 08-Jul-2004 obrien

MAJOR cleanup of the Bmake framework.
This includes removing all vestiges of the old not-really supported
ability to build cross tools targeting non-FreeBSD systems, such as
m68k Lynx and NetBSD. Move as much duplicated code from platform
Makefiles into the shared Makefiles. Add a simple mechanism for
specifying ELF 'ldscripts'. Also share as many .h files as possible
(now a single bfd.h vs. one per platform).


130575 16-Jun-2004 obrien

Updated Bmake framework for Binutils 2.15.


116886 26-Jun-2003 obrien

Update the target.


107504 02-Dec-2002 obrien

Update for the Binutils 2.13.2 20021127 snapshot import.


105502 20-Oct-2002 obrien

We HAVE_STPCPY now.


104959 12-Oct-2002 obrien

Talk about punting and not going to any trouble to DTRT:

contrib/binutils/include/getopt.h
/* Many other libraries have conflicting prototypes for getopt, with
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */

so manually define HAVE_DECL_GETOPT since configure doesn't offer any way
to set it... and its unistd.h not stdlib.h dang it.


104852 11-Oct-2002 obrien

Update for 2.13 10-Oct-2002 import.


92840 20-Mar-2002 obrien

Update to Binutils 2.12.0 release.


84949 15-Oct-2001 obrien

We can easily share obj-format.h and targ-env.h files across all FreeBSD
platforms, which reduces the upgrade effort.
Also tidy up the Makefiles.


77570 01-Jun-2001 obrien

Upgrade to Binutils 2.11.0.


72798 21-Feb-2001 obrien

Our OS name is "freebsd", not "freebsdelf"


60777 22-May-2000 obrien

Pull the switch and activate our Binutils to a snapshot of the up and
comming 2.10 release.


54748 17-Dec-1999 marcel

s/MACHINE_ARCH/TARGET_ARCH/g

The target machine is represented by TARGET_ARCH. MACHINE_ARCH always
represents the host machine. When TARGET_ARCH is not defined, it is
assumed to be equal to MACHINE_ARCH. This means that we're building a
native toolset by default. We're creating cross-compilation tools when
MACHINE_ARCH != TARGET_ARCH.

TARGET_ARCH is defined when building binutils as part of the bootstrap
build and is set to reflect the architecture we're currently cross-
building. With this change binutils is ready for cross-building.


52962 07-Nov-1999 jb

Replace freebsdelf with freebsd in BINDIR

Requested by: obrien


52932 06-Nov-1999 jb

Don't change the name when building a cross-tool. Just set the BINDIR
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.


50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


35742 05-May-1998 jb

Specify an absolute include path.

Backout the previous commit in favour of the Makefile.inc added to
the parent directory.


35740 05-May-1998 jb

The BINDIR definition is an extra directory level away, so include it
explicitly.


35722 04-May-1998 jb

Alpha gas config files.