|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0 |
|
| #
1af3908c |
| 27-Jan-2023 |
Emmanuel Vadot <[email protected]> |
pkgbase: Create a FreeBSD-elftoolchain package
It contain all the binaries and libs from the elftoolchain contrib project except for libelf which is used everywhere. All of those tools are never use
pkgbase: Create a FreeBSD-elftoolchain package
It contain all the binaries and libs from the elftoolchain contrib project except for libelf which is used everywhere. All of those tools are never used by the average user.
Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38224
show more ...
|
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
| #
e128bd0f |
| 31-Oct-2020 |
Ed Maste <[email protected]> |
readelf: Add -z decompression support
Compatible with GNU readelf, -z decompresses sections displayed by -x or -p.
ELF Tool Chain ticket #555 https://sourceforge.net/p/elftoolchain/tickets/555/
Su
readelf: Add -z decompression support
Compatible with GNU readelf, -z decompresses sections displayed by -x or -p.
ELF Tool Chain ticket #555 https://sourceforge.net/p/elftoolchain/tickets/555/
Submitted by: Tiger Gao <[email protected]> Reviewed by: markj MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26909
show more ...
|
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
802c2095 |
| 01-Aug-2019 |
Mark Johnston <[email protected]> |
Capsicumize readelf(1).
Reviewed by: oshogbo Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21108
|
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
a35f04fb |
| 12-Mar-2017 |
Warner Losh <[email protected]> |
Adopt SRCTOP in usr.bin
Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles.
Differential Revision: https://reviews.freebsd.org/D9
Adopt SRCTOP in usr.bin
Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles.
Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice)
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
2821bdcc |
| 21-Apr-2016 |
Ed Maste <[email protected]> |
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree
It's provided by sys.mk so there's no need to derive it from ${.CURDIR}.
Suggested by: ngie Sponsored by: The FreeBSD Foundation Differen
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree
It's provided by sys.mk so there's no need to derive it from ${.CURDIR}.
Suggested by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5998
show more ...
|
| #
c0e5e7f3 |
| 18-Apr-2016 |
Ed Maste <[email protected]> |
Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain
This produces a nicer path in debug info and build logs.
MFC after: 1 week Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/10.3.0 |
|
| #
f198d817 |
| 25-Nov-2015 |
Bryan Drewery <[email protected]> |
Fix spelling error.
|
| #
4aa63711 |
| 25-Nov-2015 |
Bryan Drewery <[email protected]> |
META MODE: Fix 'make bootstrap-tools'.
The main problem was bitrot after elftoolchain being swapped in for the GNU toolchain.
This also reworks how the list of 'host allowed' libraries is determine
META MODE: Fix 'make bootstrap-tools'.
The main problem was bitrot after elftoolchain being swapped in for the GNU toolchain.
This also reworks how the list of 'host allowed' libraries is determined to only allow INTERNALLIBs, which is needed for libelftc to come in.
For usr.bin/readelf use the same hack, as libelf and libdward, to bring in the needed sys/ headers for host builds. This has not yet been a problem due to readelf not being built as a host tool in buildworld. This is possible in the meta build though when building the toolchain.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
|
Revision tags: release/10.2.0 |
|
| #
24320828 |
| 02-Jan-2015 |
Ed Maste <[email protected]> |
Add Makefile for elftoolchain readelf(1)
Sponsored by: The FreeBSD Foundation
|