From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id B59403858D20; Fri, 20 Jan 2023 10:46:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B59403858D20 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Add OpenBSD ARM GAS support. X-Act-Checkin: binutils-gdb X-Git-Author: Frederic Cambus X-Git-Refname: refs/heads/master X-Git-Oldrev: a2e2f5ad7431e6179092b770fe8ce54a32b4246b X-Git-Newrev: 2e175383bfe010c05c55fb19e29b5c0665229a9c Message-Id: <20230120104657.B59403858D20@sourceware.org> Date: Fri, 20 Jan 2023 10:46:57 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2023 10:46:57 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2e175383bfe0= 10c05c55fb19e29b5c0665229a9c commit 2e175383bfe010c05c55fb19e29b5c0665229a9c Author: Frederic Cambus 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 + + * configure.tgt (arm-*-openbsd*): Add target. + 2023-01-16 Nick Clifton =20 * 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=3Delf em=3Darmlinuxeabi ;; arm-*-uclinux*) fmt=3Delf em=3Dlinux ;; arm-*-nacl*) fmt=3Delf em=3Dnacl ;; - arm-*-netbsd*) fmt=3Delf em=3Dnbsd ;; + arm-*-netbsd* | arm-*-openbsd*) fmt=3Delf em=3Dnbsd ;; arm-*-nto*) fmt=3Delf ;; arm-wince-pe | arm-*-wince | arm*-*-mingw32ce* | arm*-*-cegcc*) fmt=3Dcoff em=3Dwince-pe ;;