History log of /netbsd-current/sys/compat/linux/arch/aarch64/linux_exec.h
Revision Date Author Comments
# 1.3 26-Nov-2021 ryo

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}.


# 1.2 26-Nov-2021 ryo

- LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default.
it is now defined in each arch same as the other *_SIGNATURE definitions.
- add new LINUX32_GO_RT0_SIGNATURE for compat_linux32, and is defined in amd64 and aarch64.


# 1.1 23-Sep-2021 ryo

add support COMPAT_LINUX for aarch64


# 1.1 23-Sep-2021 ryo

add support COMPAT_LINUX for aarch64