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 Little Endian BFD support.
Date: Mon, 22 Aug 2022 09:20:11 +0000 (GMT)	[thread overview]
Message-ID: <20220822092011.F135B3858C20@sourceware.org> (raw)

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

commit ba86e7501391c1eef4efa8201f39abf127e1084b
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon Aug 22 10:19:42 2022 +0100

    Add OpenBSD AArch64 Little Endian BFD support.
    
            * config.bfd (aarch64-*-openbsd*): Add target.

Diff:
---
 bfd/ChangeLog  | 4 ++++
 bfd/config.bfd | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cb1f48ba481..88643b8a036 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-22  Frederic Cambus  <fred@statdns.com>
+
+	* config.bfd (aarch64-*-openbsd*): Add target.
+
 2022-08-03  Nick Clifton  <nickc@redhat.com>
 
 	PR 29389
diff --git a/bfd/config.bfd b/bfd/config.bfd
index c514479b1f2..8c7be5da38a 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -259,6 +259,11 @@ case "${targ}" in
     targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
     want64=true
     ;;
+  aarch64-*-openbsd*)
+    targ_defvec=aarch64_elf64_le_vec
+    targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
+    want64=true
+    ;;
   aarch64-*-fuchsia*)
     targ_defvec=aarch64_elf64_le_vec
     targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"

                 reply	other threads:[~2022-08-22  9:20 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=20220822092011.F135B3858C20@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).