public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Add OpenBSD AArch64 GAS support.
Date: Wed, 31 Aug 2022 14:50:30 +0000 (GMT)	[thread overview]
Message-ID: <20220831145030.170A83858D39@sourceware.org> (raw)

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

commit 6472b2302de5cd8753be629f58c8ce880d0c2e32
Author: Frederic Cambus <fred@statdns.com>
Date:   Wed Aug 31 15:50:04 2022 +0100

    Add OpenBSD AArch64 GAS support.
    
            * configure.tgt (aarch64*-*-openbsd*): Add target.

Diff:
---
 gas/ChangeLog     | 4 ++++
 gas/configure.tgt | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1cfeb521632..a54e5e2c680 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 62f806bdfe8..9f2b6720bd7 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 ;;

                 reply	other threads:[~2022-08-31 14:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220831145030.170A83858D39@sourceware.org \
    --to=nickc@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).