2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Define additional `DT_`* symbols, as documented in the ''Linkers and Libraries Guide''.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add a synonym for `EM_ARC_COMPACT`, as documented in the ''System V Application Binary Interface'' (Draft), October 2009.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add symbols `DT_GNU_HASH` and `SHT_GNU_HASH`, denoting GNU-style hash tables.
Joseph Koshy
as jkoshy
More... over 13 years ago
Avoid the repeated creation of a test file.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add a symbol that was left out by oversight from [1129].
Joseph Koshy
as jkoshy
More... over 13 years ago
* Provide an explicit `clean` target, since we no longer use `<bsd.prog.mk>`.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add relocation symbols documented by the ''System V Application Binary Interface, AMD64 Architecture Processor Supplement'', Draft Version 0.99.4, January 13, 2010.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add definitions for symbols in common use in open-source: `ELFOSABI_ARM`, `ELFOSABI_HURD` and `ELFOSABI_86OPEN`.
Joseph Koshy
as jkoshy
More... over 13 years ago
* Add definitions for MIPS relocations, as documented in the ''System V Application Binary Interface, MIPS�� RISC Processor Supplement, 3rd Edition''.
Joseph Koshy
as jkoshy
More... over 13 years ago
* Introduce `DT_VERSYM`, `DT_VERDEF`, `DT_VERDEFNUM`, `DT_VERNEED`, `DT_VERNEEDNUM`, `DT_ARM_SYMTABSZ` and `DT_ARM_PREEMPTMAP`, as documented in the ''ARM(r) Architecture Specification'', document number ARM IHI 0044D, October 2009
Joseph Koshy
as jkoshy
More... over 13 years ago
Support the `depend` target, by extending the existing rules for `make clean`.
Joseph Koshy
as jkoshy
More... over 13 years ago
Support the `depend` target.
Joseph Koshy
as jkoshy
More... over 13 years ago
Support the `depend` target.
Joseph Koshy
as jkoshy
More... over 13 years ago
Unbreak `make depend` for TeX based documentation:
Joseph Koshy
as jkoshy
More... over 13 years ago
Connect nm(1) testsuite to the build. More... over 13 years ago
Use ${NM_EXEC} instead of ${NM} to store the path to nm(1) executable, More... over 13 years ago
Moved nm(1) testsuite to test/nm. More... over 13 years ago
Add `tet_captured' to CLEANFILES. More... over 13 years ago
Use standard test case names defined by `elftoolchain.tet.mk'. More... over 13 years ago
Use absolute path for nm(1) executable, which is needed because test More... over 13 years ago
Removed `cppdemangle' and `vector' test cases from tet_scen. These More... over 13 years ago
* Factor out common definitions to ts/Makefile.tset More... over 13 years ago
Add `bsd.subdir.mk' logic to nm(1) testsuite. More... over 13 years ago
* Introduce `ELFOSABI_STANDALONE` and `ELFOSABI_SYSV`, defined in the ''ELF-64 Object Format'' specification, version 1.5, May 1998.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add symbols for SPARC-related processor flags, as documented in [1].
Joseph Koshy
as jkoshy
More... over 13 years ago
Revert [1130]. These changes are not needed after [1133].
Joseph Koshy
as jkoshy
More... over 13 years ago
Provide an explicit `includes` target instead of attempting to use `<bsd.incs.mk>` in FreeBSD.
Joseph Koshy
as jkoshy
More... over 13 years ago
Use `<elftoolchain.inc.mk>`.
Joseph Koshy
as jkoshy
More... over 13 years ago
Create a wrapper that includes the correct `<bsd.inc.mk>` rule set.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add a new configuration knob `BSDINCMK`, that names the `<bsd.inc.mk>` ruleset.
Joseph Koshy
as jkoshy
More... over 13 years ago