[binutils-gdb] Add NetBSD AArch64 GAS support.

Nick Clifton nickc@sourceware.org
Mon Oct 5 13:54:31 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc8b27f89cc8d0fde4532134c19c40c47a023abd

commit cc8b27f89cc8d0fde4532134c19c40c47a023abd
Author: Kamil Rytarowski <n54@gmx.com>
Date:   Mon Oct 5 14:54:00 2020 +0100

    Add NetBSD AArch64 GAS support.
    
    gas     * configure.tgt (aarch64*-*-netbsd*): Add target.

Diff:
---
 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  <n54@gmx.com>
+
+	* configure.tgt (aarch64*-*-netbsd*): Add target.
+
 2020-10-05  Samanta Navarro  <ferivoz@riseup.net>
 
 	* 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 ;;


More information about the Binutils-cvs mailing list