tools/netbsd-base-system-import.sh: Suppress unwanted expansion of $NetBSD$.
netbsd-base-system-import.sh: import from upstream SVN by default.
libelf/Makefile: Sort SRCS.
libelf/Makefile: (minor) use one file per SRCS line.
elf_memory(3): Cross-reference elf_openmemory(3).
elf_begin(3): Cross-reference elf_open(3).
elf_open.3: Improve readability, remove redundant text.
elf_getversion.3: Remove redundant text.
elfdefinitions: Add a synonym for a primitive data type.
elfdefinitions: Refactor the ELF{32,64}_M_*() macros.
libelf/testsuite: Add tests for the ELF{32,64}_ST_VISIBILITY macros.
elfdefinitions: Rework macros to not rely on bit width of the 'char' type.
libelf/testsuite: Add tests for the ELF{32,64}_ST_* macros.
libelf/testsuite: Add tests for the ELF{32,64}_M_* macros.
libelf/testsuite: Add tests for the ELF{32,64}_R_* macros.
elfconstants: Add relocation types defined by the Loongarch ABI v2.50.
elfdefinitions: Use a more precise C type in a few ELF structures.
common/sys: Add additional definitions.
elfconstants: Add STV_* symbols defined in gABI v4.3.
elfconstants: (whitespace fix) Neaten a few records.
libelftc/testsuite: Add tests for the M68K relocation types added in [r4303].
libelftc: Translate M68K relocation types.
elfconstants: Add ELF psABI symbols for the Motorola 68K architecture.
libelftc/testsuite: Test value-to-name translation of OpenRISC relocation types.
libelftc: Translate OpenRISC relocation types.
elfconstants: Add definitions for the OpenRISC architecture.
elfconstants: Add symbols defined in the IA-64 psABI.
libelftc/testsuite: add tests for the relocations added in [r4297].
elfconstants: Add symbols and relocations for the SPARC architecture.
elfconstants: Add a synonym for a RISC-V relocation type.
elfconstants: Add MIPS64 symbols and synonyms.
elfconstants: Comment gaps in PA-RISC and SuperH relocation type values.
Add tests for PA-RISC and SuperH relocation types.
libelftc: Translate known SuperH and PA-RISC relocation types.
elfconstants: Add HPPA constants.
elfconstants: Add ELF constants for the SuperH architecture.
libelftc/testsuite: Catch up with [r4288].
elfconstants: Add alternate spellings for a few PPC relocation types.
libelftc/testsuite: add tests for the R_ALPHA_* constants added in [r4282].
libelftc: support R_ALPHA_* constants added in [r4282].
elfconstants: (minor) keep symbol sets sorted.
elfconstants: (minor) use consistent indentation in a comment.
elfconstants: Fix a typo introduced in [r4282].
elfconstants: Add constants for the Alpha architecture.
libelftc/testsuite: Add tests for the relocation types added in [r4280].
elfconstants: Add GNU-defined relocation symbols for ARM.
elfconstants: Mark flags for ARM that are pre-EABI and deprecated.
elfconstants: Add a ARM psABI-defined flag.
elfconstants: Add platform-specific flags defined by the ARM psABI.
elfdefinitions: Add a compile-time knob for controlling file inclusion.
elfdefinitions: include <stdint.h>.
libelf/testsuite: Use deterministic file timestamps in a test.
common: Comment ELFMAG[1..3] in generated output.
elfdefinitions: Add a macro used for symbol versioning.
common: Add DF_1_* symbols and aliases.
elfconstants: Remove unnecessary M4 quoting.
common: Add definitions used for symbol versioning.
elfconstants: Add VER_FLG_INFO.
elfdefinitions: Make a comment more accurate.
elfdefinitions: Add a definition for ELF_VER_CHR.
Minor: Add descriptions for ELFMAG and SELFMAG.
common: Refactor the ELF{32,64}_ST_*() macros.
common: Update the set of known SYMINFO_* constants.
common: Rework the M4 macros for ELF note types.
elfconstants: add gABI v4.3(DRAFT) symbol DT_SYMTABSZ.
elfconstants: remove DT_MAXPOSTAGS.
readelf: Ignore DT_MAXPOSTAGS.
common: Add C definitions for relative relocation entries.
common: Add ABI constants from v4.3(DRAFT) of the gABI.
libelf/testsuite: Check archive member timestamps returned by elf_getarhdr(3).
libelf: Document the ELF_E_ARCHIVE signalled by elf_getarhdr(3)
libelf: (bug fix) Parse the date field in ar(1) headers.
libelf: Signal ELF_E_ARCHIVE for ar(1) archives with an invalid header.
libelf: Reject ar(1) header fields with digits larger than their expected base.
libelf/testsuite: Add tests for ar(1) archive handling.
ar/testsuite: Handle potential file access errors.
libelf/testsuite: pass the correct address range to munmap().
libelf/testsuite: Improve error handling during test case setup.
addr2line: Handle DWARF parsing failures.
ar: Fix a potential resource leak.
libelftc: Release resources on error.
libelf: Avoid a potential underflow on multiplication.
strings: Ensure that a variable is wide enough to hold an EOF.
elfcopy/testsuite: Handle potential file access errors.
ar/testsuite: Only close valid file descriptors.
libtest: Handle potential failure of strdup().
libtest: Handle a search path comprised entirely of separator characters.
libtest: Fix resource leaks and null dereferences.
mk: Add a make(1) target to directly execute a TET-based test.
libelf/testsuite: Fix potential resource leaks during test case cleanup.
libelf/testsuite: Fix potential resource leaks at the end of tests.
libelf: Remove a redundant assert().
libelf/testsuite: Fix a resource leak.
libelf/testsuite: Rework a Coverity directive.
libelf/testsuite: Fix a potential file descriptor leak.
libelf/testsuite: Avoid using a potentially uninitialized pointer value.