Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux
Module Name: src
Committed By: ryo
Date: Fri Nov 26 09:05:06 UTC 2021
Modified Files:
src/sys/compat/linux/arch/aarch64: linux_exec.h
src/sys/compat/linux/arch/arm: linux_exec.h
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
The internal architecture name of golang is "arm" or "arm64", which has
different naming conventions from netbsd's machine[] or machine_arch[]
("earmv7", "aarch64", etc.) and cannot be used as is.
Instead, use define LINUX_GO_RT0_SIGNATURE_ARCH{32,64}.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/linux/arch/aarch64/linux_exec.h
cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux/arch/arm/linux_exec.h
cvs rdiff -u -r1.101 -r1.102 src/sys/compat/linux/common/linux_exec_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index