CVS commit: src/sys/arch
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Fri Jul 3 19:38:53 UTC 2026 Modified Files: src/sys/arch/m68k/include: elf_machdep.h src/sys/arch/sun2/include: elf_machdep.h Log Message: - Move the Sun2 ELF32_EHDR_FLAGS_OK() to the common m68k ELF header, and simply make it condirional on __mc68010__. - Add arch flags for the ColdFire and FIDO variants, and align the flag names with what BFD uses. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/m68k/include/elf_machdep.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sun2/include/elf_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.