From: Frederic Cambus Date: Fri, 20 Jan 2023 10:46:37 +0000 (+0000) Subject: Add OpenBSD ARM GAS support. X-Git-Tag: binutils-2_41~2173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e175383bfe010c05c55fb19e29b5c0665229a9c;p=thirdparty%2Fbinutils-gdb.git Add OpenBSD ARM GAS support. --- 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 * 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 ;;