Module Name: src Committed By: jkoshy Date: Mon Feb 10 15:54:17 UTC 2025
Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 elfdefinitions.m4 Log Message: Update to Elftoolchain HEAD (r4175). This update: - Updates the list of known EM_* constants. - Adds symbol definitions for EM_LOONGARCH. - Updates the set of known relocation type definitions for EM_AARCH64, EM_ARM, EM_MIPS, EM_PPC, EM_PPC64, EM_RISCV, EM_S390, EM_SPARC and EM_X86_64. - Adds synonyms for relocation types that are spelled differently in NetBSD than in the official psABI, e.g., R_IA_64_* vs R_IA64_*. - Arranges for comments to be propagated to the generated "elfdefinitions.h" file, aiding its readability. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/external/bsd/elftoolchain/dist/common/sys/elfconstants.m4 cvs rdiff -u -r1.6 -r1.7 \ src/external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.