aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorFrederic Cambus <fred@statdns.com>2022-08-31 15:50:04 +0100
committerNick Clifton <nickc@redhat.com>2022-08-31 15:50:04 +0100
commit6472b2302de5cd8753be629f58c8ce880d0c2e32 (patch)
tree62ff6e0d7264311d87c4041cf251d6f68e312da0 /gas
parent945e66a74d6dd3a94bd5f1ee5b132de42337eb4a (diff)
downloadgdb-6472b2302de5cd8753be629f58c8ce880d0c2e32.zip
gdb-6472b2302de5cd8753be629f58c8ce880d0c2e32.tar.gz
gdb-6472b2302de5cd8753be629f58c8ce880d0c2e32.tar.bz2
Add OpenBSD AArch64 GAS support.
* configure.tgt (aarch64*-*-openbsd*): Add target.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/configure.tgt1
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1cfeb52..a54e5e2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-31 Frederic Cambus <fred@statdns.com>
+
+ * configure.tgt (aarch64*-*-openbsd*): Add target.
+
2022-08-30 Nick Clifton <nickc@redhat.com>
PR 29494
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 62f806b..9f2b672 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -134,6 +134,7 @@ case ${generic_target} in
aarch64*-linux-gnu_ilp32) arch=aarch64:32 ;;
esac ;;
aarch64*-*-netbsd*) fmt=elf em=nbsd;;
+ aarch64*-*-openbsd*) fmt=elf;;
alpha-*-*vms*) fmt=evax ;;
alpha-*-osf*) fmt=ecoff ;;