CVS log for src/sys/compat/linux/arch/aarch64/linux_exec.h
Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / aarch64
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 26 09:05:05 2021 UTC (3 years ago) by ryo
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1
lines
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}.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 26 08:56:28 2021 UTC (3 years ago) by ryo
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
- 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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 23 06:56:27 2021 UTC (3 years, 2 months ago) by ryo
Branches: MAIN
add support COMPAT_LINUX for aarch64
CVSweb <webmaster@jp.NetBSD.org>