From: Kamil Rytarowski Date: Mon, 5 Oct 2020 13:54:00 +0000 (+0100) Subject: Add NetBSD AArch64 GAS support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc8b27f89cc8d0fde4532134c19c40c47a023abd;p=binutils-gdb.git Add NetBSD AArch64 GAS support. gas * configure.tgt (aarch64*-*-netbsd*): Add target. --- 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 ;;