From cc8b27f89cc8d0fde4532134c19c40c47a023abd Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Mon, 5 Oct 2020 14:54:00 +0100 Subject: [PATCH] Add NetBSD AArch64 GAS support. gas * configure.tgt (aarch64*-*-netbsd*): Add target. --- gas/ChangeLog | 4 ++++ gas/configure.tgt | 1 + 2 files changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ea9edb7b93..58e9fac96dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-10-05 Kamil Rytarowski + + * configure.tgt (aarch64*-*-netbsd*): Add target. + 2020-10-05 Samanta Navarro * doc/as.texi: Fix spelling mistakes. diff --git a/gas/configure.tgt b/gas/configure.tgt index 831ca901bae..cd60f21a74d 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -127,6 +127,7 @@ case ${generic_target} in case ${cpu}-${os} in aarch64*-linux-gnu_ilp32) arch=aarch64:32 ;; esac ;; + aarch64*-*-netbsd*) fmt=elf em=nbsd;; alpha-*-*vms*) fmt=evax ;; alpha-*-osf*) fmt=ecoff ;; -- 2.30.2