aboutsummaryrefslogtreecommitdiff
path: root/lib/libdwarf
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFHGlen Barber2016-03-021-33/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-33/+0
* | First pass through library packaging.Glen Barber2016-02-041-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
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* new dependsSimon J. Gerraty2015-06-161-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+55
|\
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+14
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * New/updated dependenciesSimon J. Gerraty2014-05-051-0/+33
| * Merge headSimon J. Gerraty2014-04-2818-4343/+324
| |\
| * \ Merge from headSimon J. Gerraty2013-09-052-2/+2
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-3/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
| * | | | Sync from headSimon J. Gerraty2012-11-045-2/+11
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | | | | | Update elftoolchain to upstream rev 3130Ed Maste2014-12-291-0/+13
* | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Bump SHLIB_MAJOR for libdwarf as ABI/API has changed.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
* | | | | Remove the old libdwarf and bring in the new libdwarf in contrib/.Kai Wang2014-01-1618-4342/+311
| |_|_|/ |/| | |
* | | | When decoding SLEB128, make sure sign extension is performed forKai Wang2013-06-302-2/+2
| |_|/ |/| |
* | | libdwarf: anonymous types are expected to have empty type names...Andriy Gapon2013-03-231-3/+1
| |/ |/|
* | remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-1/+1
* | Teach libdwarf about the DW_FORM_flag_present dwarf attribute, soDimitry Andric2012-08-294-0/+9
|/
* Bump shared libraries version numbers in preparation for 9.0.Konstantin Belousov2011-08-281-1/+1
* Add the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-075-0/+277
* Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.Ruslan Ermilov2010-02-251-2/+2
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Store accurate offset information in CTF data. A large number ofNavdeep Parhar2009-07-171-2/+2
* Add a BSD licensed DWARF library for use by the DTrace clients.John Birrell2008-05-2217-0/+4083