Add OpenBSD ARM GAS support.
authorFrederic Cambus <fred@statdns.com>
Fri, 20 Jan 2023 10:46:37 +0000 (10:46 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 20 Jan 2023 10:46:37 +0000 (10:46 +0000)
gas/ChangeLog
gas/configure.tgt

index 58f807f45f2f19baff1290069c42d0d4543c33b0..33fb721c7c4f94959deef517afadc90632dd7e16 100644 (file)
@@ -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.
index b7a1874781f0ec3e4831e92cc3dfd2b7239f4779..5fb7d88012206c3e381e2cfc20d4742149aa869d 100644 (file)
@@ -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 ;;