summaryrefslogtreecommitdiff
path: root/lib/libelf/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-29libelf: Link gelf_getchdr.3 to the buildMark Johnston
2020-10-23libelf: add compression header supportEd Maste
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-07-01Allow bootstrapping elftoolchain on MacOS and LinuxAlex Richardson
2019-01-10Update to ELF Tool Chain r3668Ed Maste
2018-09-05Add gelf_mips64el.c to the list of files to include in libelf.John Baldwin
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-04-21elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeEd Maste
2016-04-18Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainEd Maste
2016-02-04First pass through library packaging.Glen Barber
2015-12-01Correct r291566 for defining SHLIBDIR.Bryan Drewery
2015-12-01Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Enji Cooper
2015-11-25META MODE: Fix 'make bootstrap-tools'.Bryan Drewery
2015-11-25META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery
2014-01-21Bump SHLIB_MAJOR for libelf.Kai Wang
2014-01-21Reapply revisions r237528, r237531 and r238741 which make libelfKai Wang
2014-01-21Remove INCSDIR variable which is only used in elftoolchain's own buildKai Wang
2014-01-15Set CFLAGS in just one line.Kai Wang
2014-01-15Removed source code for the old libelf and build the new libelf fromKai Wang
2012-07-24Don't ever build files depending on the directory where they are placed in.Andrey A. Chernov
2012-06-24Add the sys directory we create to the list of items to clean.Andrew Turner
2012-06-24Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.Andrew Turner
2011-05-07Add the ability to search for all the inlined instances of a given function.David E. O'Brien
2010-08-21Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo
2010-08-21Install a PIC libelf. This will be needed by the DTrace runtimeRui Paulo
2010-07-21Move helper functions `_libelf_ar_get_{name,number,string}()` andKai Wang
2010-07-21* Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` inKai Wang
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-03-12Don't need to set symbol, default value is OK.David E. O'Brien
2006-12-25Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'Joseph Koshy
2006-12-18Use <osreldate.h> rather than the OS version reported by the kernelJoseph Koshy
2006-11-24- style: use `=' instead of `+=' for initial assignments.Ruslan Ermilov
2006-11-12- Replace the use of DPSRCS with something more appropriate. DPSRCSJoseph Koshy
2006-11-11MFP4: Add an implementation of the ELF(3) and GELF(3) API set.Joseph Koshy