aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libelf: add compression header supportEd Maste2020-10-231-0/+2
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* Allow bootstrapping elftoolchain on MacOS and LinuxAlex Richardson2019-07-011-0/+7
* Update to ELF Tool Chain r3668Ed Maste2019-01-101-0/+1
* Add gelf_mips64el.c to the list of files to include in libelf.John Baldwin2018-09-051-0/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeEd Maste2016-04-211-3/+3
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainEd Maste2016-04-181-1/+1
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Correct r291566 for defining SHLIBDIR.Bryan Drewery2015-12-011-1/+3
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Enji Cooper2015-12-011-0/+1
* META MODE: Fix 'make bootstrap-tools'.Bryan Drewery2015-11-251-1/+1
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* Bump SHLIB_MAJOR for libelf.Kai Wang2014-01-211-1/+1
* Reapply revisions r237528, r237531 and r238741 which make libelfKai Wang2014-01-211-0/+13
* Remove INCSDIR variable which is only used in elftoolchain's own buildKai Wang2014-01-211-1/+0
* Set CFLAGS in just one line.Kai Wang2014-01-151-4/+1
* Removed source code for the old libelf and build the new libelf fromKai Wang2014-01-151-23/+23
* Don't ever build files depending on the directory where they are placed in.Andrey A. Chernov2012-07-241-4/+2
* Add the sys directory we create to the list of items to clean.Andrew Turner2012-06-241-0/+1
* Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.Andrew Turner2012-06-241-1/+15
* Add the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-071-1/+1
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-1/+0
* Install a PIC libelf. This will be needed by the DTrace runtimeRui Paulo2010-08-211-0/+1
* Move helper functions `_libelf_ar_get_{name,number,string}()` andKai Wang2010-07-211-0/+1
* * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` inKai Wang2010-07-211-1/+5
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Don't need to set symbol, default value is OK.David E. O'Brien2009-03-121-1/+1
* Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'Joseph Koshy2006-12-251-0/+3
* Use <osreldate.h> rather than the OS version reported by the kernelJoseph Koshy2006-12-181-11/+6
* - style: use `=' instead of `+=' for initial assignments.Ruslan Ermilov2006-11-241-4/+2
* - Replace the use of DPSRCS with something more appropriate. DPSRCSJoseph Koshy2006-11-121-5/+6
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.Joseph Koshy2006-11-111-0/+166