4,191 commits found in 20 milliseconds
libelf/testsuite: Address -Wmaybe-uninitialized and -Wunused warnings.
libelf/testsuite: Remove unused variables.
libelf/testsuite: Address a -Wparentheses warning.
libelftc/testsuite: Remove an unused variable.
libelftc/testsuite: Add tests for elftc_get_relocation_type_name().
These tests verify the relocation type names returned by
elftc_get_relocation_type_name() for each known relocation
type value for the EM_386, EM_AARCH64 and EM_LOONGARCH
architectures.
libelftc/testsuite: Add existence tests for relocation types.
This change adds existence tests for relocation types known to
libelftc for the EM_AARCH64, EM_LOONGARCH and EM_386 architectures.
elfconstants: Mark the reserved ranges for LoongArch relocation types.
elfconstants: Add missing AARCH64 constants.
elfconstants: Rework a header comment.
Link to processor-specific ABI definitions that the file is believed
to be compatible with.
elfconstants: Add pass-through comments.
elfconstants: Implement pass-through comments.
elfconstants: Bug-fix AARCH64 relocation types.
- Add 'R_AARCH64_TLSLD_ADD_DTPREL_LO12'.
- Use the correct value for 'R_AARCH64_TLSLD_ADD_DTPREL_HI12'.
Reference: https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst
libelftc: Remove a redundant .include.
Turn on expansion of the Subversion 'Id' keyword.
mk/*.mk: Turn on expansion of the Subversion 'Id' keyword.
tests: Turn on expansion of the Subversion 'Id' keyword.
ld: Turn on expansion of the Subversion 'Id' keyword.
tests/custom: Turn on expansion of the Subversion 'Id' keyword.
tools: Turn on expansion of the Subversion 'Id' keyword.
tests/tet/*: Turn on expansion of the Subversion 'Id' keyword.
libtest: Turn on expansion of the Subversion 'Id' keyword.
libelftc: Turn on expansion of the 'Id' Subversion keyword.
libelftc/testsuite: Add a test case for elftc_get_relocation_type_name().
libelftc: Return relocation symbols for the S/390 architecture.
elfconstants: Add S/390 relocation types known to libelftc.
libelftc: Handle clang's -Wc23-extensions warnings.
libpe: Add LoongArch definitions.
Ticket: #623
Submitted by: Haowu Ge
libdwarf: Add LoongArch support.
Ticket: #623
Submitted by: Haowu Ge
libdwarf: Sort switch cases for better readability.
libdwarf: sort the cases of a switch statement.