|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
0a8314e0 |
| 30-May-2019 |
Mark Johnston <[email protected]> |
libelftc: Add MLINKS.
Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20474
|
|
Revision tags: release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
4cc3366d |
| 17-Dec-2016 |
Enji Cooper <[email protected]> |
Install the lib/libelftc manpages
Some other manpages, e.g. c++filt reference these
MFC after: 1 week
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
94bb24b3 |
| 05-Jun-2016 |
Bryan Drewery <[email protected]> |
Use the in-tree sys/elf_common.h to build libelftc.
This fixes build failures on older releases that lack various definitions such as EM_AARCH64 (which was unfixed before this).
Revert all of the r
Use the in-tree sys/elf_common.h to build libelftc.
This fixes build failures on older releases that lack various definitions such as EM_AARCH64 (which was unfixed before this).
Revert all of the recent compatibility changes that worked around this problem.
This uses the same method of using the in-tree header as lib/libelf, lib/libdwarf and usr.bin/readelf.
Reviewed by: emaste Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6734
show more ...
|
| #
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 |
|
| #
a70cba95 |
| 04-Feb-2016 |
Glen Barber <[email protected]> |
First pass through library packaging.
Sponsored by: The FreeBSD Foundation
|
| #
5abb4cd7 |
| 22-Jan-2016 |
Ed Maste <[email protected]> |
Use MAN= to specify that no man page is provided
NO_MAN is deprecated.
Reviewed by: imp
|
|
Revision tags: release/10.2.0 |
|
| #
31942939 |
| 01-Dec-2014 |
Ed Maste <[email protected]> |
Build infrastructure for elftoolchain tools
Set WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain version of the following tools:
* addr2line * elfcopy (strip / mcs) * nm * size * st
Build infrastructure for elftoolchain tools
Set WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain version of the following tools:
* addr2line * elfcopy (strip / mcs) * nm * size * strings
Reviewed by: bapt (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1224
show more ...
|