History log of /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile (Results 1 – 25 of 44)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 7f4b19cb 14-Jun-2015 Simon J. Gerraty <[email protected]>

Avoid circular dependency with nm


Revision tags: release/10.1.0, release/9.3.0
# e7d939bd 07-Jul-2014 Marcel Moolenaar <[email protected]>

Remove ia64.

This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in com

Remove ia64.

This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation

This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h

Discussed at: BSDcan

show more ...


# ad3afeea 14-Jun-2014 Gavin Atkinson <[email protected]>

With the move away from GNATS, point end users to a better web page
detailing how to report bugs.

Hat: bugmeister
MFC after: 3 days


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0
# ce0cfc0e 15-Nov-2010 Nathan Whitehorn <[email protected]>

Garbage-collect some code made obsolete by the TBEMD import.


# 0921c6ef 01-Nov-2010 Dimitry Andric <[email protected]>

Update Makefile, bfd.h and config.h.bsd for libbfd.


# e083002b 22-Oct-2010 Dimitry Andric <[email protected]>

Most of binutils now compiles at WARNS=3, except for libiberty and
libbfd, which still need WARNS=2.


# 6efa94bc 21-Oct-2010 Dimitry Andric <[email protected]>

Update BFD version and date, and add new upstream files. Also remove
the elf32-arm-fbsd.c kludge; it is now integrated cleanly into
contrib/binutils/bfd/elf32-arm.c.


# 3213eafa 21-Oct-2010 Dimitry Andric <[email protected]>

Use one file per line in SRCS= definition, to make insertions and
deletions easier, and sort the file list.


# bd9ba01a 19-Oct-2010 Dimitry Andric <[email protected]>

Update the BFD and binutils version defines.


Revision tags: release/8.1.0
# 2cf64c80 10-Jul-2010 Nathan Whitehorn <[email protected]>

Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes
a variety of bugs in binutils related to handling of 64-bit PPC ELF,
provides a GCC configuration for 64-bit PowerPC on FreeBSD

Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes
a variety of bugs in binutils related to handling of 64-bit PPC ELF,
provides a GCC configuration for 64-bit PowerPC on FreeBSD, and
associated build systems tweaks.

Obtained from: projects/ppc64

show more ...


Revision tags: release/7.3.0
# c684b561 03-Feb-2010 Warner Losh <[email protected]>

Remove more traces of the Alpha port.


Revision tags: release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0
# a35d8893 24-Oct-2004 Ruslan Ermilov <[email protected]>

For variables that are only checked with defined(), don't provide
any fake value.


# 7d0fc2f4 08-Jul-2004 David E. O'Brien <[email protected]>

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. Mo

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).

show more ...


# 831f4a37 19-Jun-2004 Marcel Moolenaar <[email protected]>

Add bfdwin.c to SRCS. The file contains support for mmap(2) windows
into a BFD. It's included in stock BFD on the platforms I checked
(i386 and ia64).


# 5b728dfd 19-Jun-2004 Marcel Moolenaar <[email protected]>

Move the elf32-target.h and elf64-target.h targets from the MD
makefiles to the centralized makefile. This not only reduces
duplication, it also makes the MD quirks stand out better and
thus improves

Move the elf32-target.h and elf64-target.h targets from the MD
makefiles to the centralized makefile. This not only reduces
duplication, it also makes the MD quirks stand out better and
thus improves maintenance.

show more ...


# 69025842 19-Jun-2004 Marcel Moolenaar <[email protected]>

Update to binutils 2.15:
o BFD_VERSION_DATE now reflects the release date of 2.15,
o BFD_VERSION now has the correct version number.

Previous values reflected 2.14.92 from a week prior to release.

Update to binutils 2.15:
o BFD_VERSION_DATE now reflects the release date of 2.15,
o BFD_VERSION now has the correct version number.

Previous values reflected 2.14.92 from a week prior to release.

While here, fix a whitespace (tab) nit.

show more ...


# e223c68b 16-Jun-2004 David E. O'Brien <[email protected]>

Updated Bmake framework for Binutils 2.15.


Revision tags: release/4.10.0
# ca9c5671 25-Feb-2004 Johan Karlsson <[email protected]>

Fix style bug in last commit,
add a tab after WARNS?=.

While I'm here fix other style bugs.

Submitted by: bde (libbdf/Makefile)


# 7ff8c436 24-Feb-2004 Johan Karlsson <[email protected]>

style.Makefile(5):
Use WARNS?= instead of WARNS=

For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.

A

style.Makefile(5):
Use WARNS?= instead of WARNS=

For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.

Approved by: obrien (binutils maintainer)
Tested by: make universe

show more ...


Revision tags: release/5.2.1, release/5.2.0, release/4.9.0
# 08cbb1d1 11-Jul-2003 Alexander Kabaev <[email protected]>

Temporarily turn off -Werror for these components.


Revision tags: release/5.1.0
# 584a637f 26-Apr-2003 David E. O'Brien <[email protected]>

The AMD64 Hammer bits.


Revision tags: release/4.8.0, release/5.0.0
# bf12a49e 02-Dec-2002 David E. O'Brien <[email protected]>

Handle the "HAVE_" defines via the VECS list.


# b2e2b36d 14-Oct-2002 David E. O'Brien <[email protected]>

Take a guess at what WARNS level will make this compile on ia64.


# 0e7fe4f6 22-Sep-2002 David E. O'Brien <[email protected]>

There is need to have a special BINUTIL_ARCH when we can use our more
common place TARGET_ARCH.


Revision tags: release/4.6.2
# 8e91c039 16-Jul-2002 Mike Barcroft <[email protected]>

This isn't quite ready for WARNS=3 in the sparc64 case.

Noticed by: sparc64 tinderbox


12