public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Add OpenBSD AArch64 Little Endian BFD support.
@ 2022-08-22  9:20 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-08-22  9:20 UTC (permalink / raw)
  To: bfd-cvs

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-22  9:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22  9:20 [binutils-gdb] Add OpenBSD AArch64 Little Endian BFD support Nick Clifton

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).