projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc79db
)
Add NetBSD AArch64 GAS support.
author
Kamil Rytarowski
<n54@gmx.com>
Mon, 5 Oct 2020 13:54:00 +0000
(14:54 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 5 Oct 2020 13:54:00 +0000
(14:54 +0100)
gas * configure.tgt (aarch64*-*-netbsd*): Add target.
gas/ChangeLog
patch
|
blob
|
history
gas/configure.tgt
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 5ea9edb7b9345b596b061da932f13856d88ad255..58e9fac96dccf6ed1e2afc9bb0a0c5c8d51bed95 100644
(file)
--- 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 831ca901bae0c1673e3b683a6de2b601d8209742..cd60f21a74d40bd35a10a44e818b55749d3e7bda 100644
(file)
--- 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 ;;