public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Frederic Cambus <fred@statdns.com>
To: binutils@sourceware.org
Subject: [PATCH] Add OpenBSD ARM Little Endian BFD support.
Date: Sat, 27 Aug 2022 19:28:30 +0200	[thread overview]
Message-ID: <YwpUPig8HbI0dxxE@Freds-MacBook-Air.local> (raw)

bfd/ChangeLog:

2022-08-27  Frederic Cambus  <fred@statdns.com>

	* config.bfd (arm-*-openbsd*): Add target.
---
 bfd/config.bfd | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 8c7be5da38a..0a47bf0484c 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -90,7 +90,6 @@ case $targ in
  arm*-*-aout | \
  arm-*-coff | \
  arm*-*-netbsdaout* | \
- arm-*-openbsd* | \
  arm-*-oabi | \
  arm-*-riscix* | \
  arm*-*-symbianelf* | \
@@ -387,6 +386,10 @@ case "${targ}" in
     targ_defvec=arm_elf32_le_vec
     targ_selvecs="arm_elf32_be_vec"
     ;;
+  arm-*-openbsd*)
+    targ_defvec=arm_elf32_le_vec
+    targ_selvecs="arm_elf32_be_vec"
+    ;;
   arm-*-nto* | nto*arm*)
     targ_defvec=arm_elf32_le_vec
     targ_selvecs=arm_elf32_be_vec


             reply	other threads:[~2022-08-27 17:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 17:28 Frederic Cambus [this message]
2022-08-30 13:55 ` Richard Earnshaw
2022-08-31 22:12   ` Frederic Cambus
2022-09-01  9:43     ` Richard Earnshaw
2022-09-01 15:56       ` Frederic Cambus
2022-09-02 10:31         ` Nick Clifton

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=YwpUPig8HbI0dxxE@Freds-MacBook-Air.local \
    --to=fred@statdns.com \
    --cc=binutils@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).