summaryrefslogtreecommitdiff
path: root/external/bsd/elftoolchain
AgeCommit message (Collapse)Author
2022-05-08Merge from upstream [r3984]: allow the use of the generatedjkoshy
'elfdefinitions.h' file in compilation environments lacking C99 headers.
2022-05-04Add a script from upstream that assists with importing upstreamjkoshy
Elftoolchain sources.
2022-05-03Catch up with Elftoolchain head: changes to support 'tools' buildsjkoshy
out of the box.
2022-05-02Catch up with Elftoolchain upstream <r3980>.jkoshy
2022-05-02Add NetBSD version control markers.jkoshy
2022-05-01Remove trailing whitespace from upstream revision strings.jkoshy
No functional change.
2022-05-01Remove trailing whitespace from upstream revision strings to reducejkoshy
diffs against upstream. No functional change.
2022-03-14Sync libdwarf's manual pages with upstream [r3964].jkoshy
2022-03-12Sync libelf's manual pages with upstream [r3963].jkoshy
2021-04-29Sync with Elftoolchain upstream r3948.jkoshy
2021-04-29Add a version control system marker.jkoshy
2021-04-24Remove files that no longer exist upstream.jkoshy
2021-04-08Update Elftoolchain 'common/elfdefinitions.h' to upstream r3943.jkoshy
2021-04-07Traverse the Elftoolchain 'common' module beforejkoshy
the rest of the imported hierarchy.
2021-04-07Ensure that the 'libelf' directory is traversed before 'libdwarf'.jkoshy
2021-04-06Mirror upstream build steps: traverse 'common' before traversing 'lib'.jkoshy
2021-04-06Prepare for <elfdefinitions.h> and <sys/elfdefinitions.h> to be installedjkoshy
into ${DESTDIR}/usr/include.
2021-04-06Sync with upstream r3943.jkoshy
2021-04-06Add files present in upstream revision r3943.jkoshy
2021-03-10Update to upstream elftoolchain revision r3933.jkoshy
2021-03-08Update libelf's manual pages to upstream revision [r3928].jkoshy
2021-03-07Sync with Elftoolchain [r3916]: update the list of known EM_* values.jkoshy
2020-11-30Unbreak the lint build (sync to elftoolchain [r3912]).jkoshy
2020-11-26Sync libdwarf's manual pages with upstream.jkoshy
2020-11-26Sync with elftoolchain upstream.jkoshy
2020-11-26Restore an overlooked 'Id' line.jkoshy
2020-11-21Sync '_elftc.h' with the upstream elftoolchain project.jkoshy
2020-11-19Update 'elfdefinitions.h' to elftoolchain revision [r3891].jkoshy
2020-11-18Sync 'utarray.h' and 'uthash.h' with elftoolchain revision [r3891].jkoshy
This change upgrades these files to UT{HASH,ARRAY}_VERSION 2.1.0.
2018-02-10remove more unreachable code.christos
2018-02-10Convert to full recursive attr/die lookup instead of one level since gcc 6christos
creates indirect attributes that point to indirect attributes. The code is smaller this way too :-)
2017-11-30add more DW_ATE_ constantschristos
2016-04-28Replace Xr to itself with Nm.wiz
2016-03-31Delay freeing the die where the indirect attribute is found. Found by jemallocchristos
J, see: https://mail-index.netbsd.org/current-users/2016/03/28/msg029130.html
2016-03-18tidy up: parse DW_AT_specification like DW_AT_abstract_originchristos
2016-03-17remove unused label.christos
2016-03-17Handle DW_AT_specification better; also don't core-dump if at == NULL.christos
XXX: Is that right?
2016-03-13Don't use os-specific defines when cross-compiling.christos
2016-03-07Relocation of type SHT_REL must use the current value as addend.hannken
Fixes ctfconvert for i386 where section .debug_info uses this relocation. Ok: Christos Zoulas
2016-02-20bump versionchristos
2016-02-20merge conflictschristos
2016-02-20Import latest elftoolchain components needed for CTF from FreeBSDchristos
2016-02-01For the tools version we determine our own arch, we don't need to figurechristos
it out at runtime in the linux case.
2016-01-05- Change LDADD/DPADD in library dependencies to LIBDPLIBSchristos
- Fix some LDADD abuse and remove useless dependencies - include <bsd.init.mk> in the right place where appropriate From Rin Okuyama
2015-09-29fix the native buildchristos
2015-09-29make this tools friendly.christos
2015-01-14Add missing break, following upstream.martin
Reported by Henning Petersen in PR bin/49567.
2014-04-18lint has __alignof__ too.christos
2014-03-09add SHLIB_MINORchristos
2014-03-09put back our changes, RCSIDs, and build gluechristos