diff options
author | Frederic Cambus <fred@statdns.com> | 2023-01-20 10:46:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-01-20 10:46:37 +0000 |
commit | 2e175383bfe010c05c55fb19e29b5c0665229a9c (patch) | |
tree | 644dc77acf9488a98503f5cb06cf4e2a873c9235 /gas | |
parent | a2e2f5ad7431e6179092b770fe8ce54a32b4246b (diff) | |
download | gdb-2e175383bfe010c05c55fb19e29b5c0665229a9c.zip gdb-2e175383bfe010c05c55fb19e29b5c0665229a9c.tar.gz gdb-2e175383bfe010c05c55fb19e29b5c0665229a9c.tar.bz2 |
Add OpenBSD ARM GAS support.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 58f807f..33fb721 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 b7a1874..5fb7d88 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 ;; |