public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Add OpenBSD ARM GAS support.
@ 2023-01-20 10:46 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-01-20 10:46 UTC (permalink / raw)
  To: bfd-cvs

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

commit 2e175383bfe010c05c55fb19e29b5c0665229a9c
Author: Frederic Cambus <fred@statdns.com>
Date:   Fri Jan 20 10:46:37 2023 +0000

    Add OpenBSD ARM GAS support.

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

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 58f807f45f2..33fb721c7c4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2023-01-20  Frederic Cambus  <fred@statdns.com>
+
+	* configure.tgt (arm-*-openbsd*): Add target.
+
 2023-01-16  Nick Clifton  <nickc@redhat.com>
 
 	* po/ru.po: Updated Russian translation.
diff --git a/gas/configure.tgt b/gas/configure.tgt
index b7a1874781f..5fb7d880122 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -159,7 +159,7 @@ case ${generic_target} in
   arm-*-uclinux*eabi*)			fmt=elf  em=armlinuxeabi ;;
   arm-*-uclinux*)			fmt=elf  em=linux ;;
   arm-*-nacl*)				fmt=elf  em=nacl ;;
-  arm-*-netbsd*)			fmt=elf  em=nbsd ;;
+  arm-*-netbsd* | arm-*-openbsd*)	fmt=elf  em=nbsd ;;
   arm-*-nto*)				fmt=elf ;;
   arm-wince-pe | arm-*-wince | arm*-*-mingw32ce* | arm*-*-cegcc*)
 					fmt=coff em=wince-pe ;;

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

only message in thread, other threads:[~2023-01-20 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 10:46 [binutils-gdb] Add OpenBSD ARM GAS 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).