* [PATCH] Add OpenBSD AArch64 Little Endian BFD support.
@ 2022-08-19 20:22 Frederic Cambus
2022-08-22 9:20 ` Nick Clifton
0 siblings, 1 reply; 2+ messages in thread
From: Frederic Cambus @ 2022-08-19 20:22 UTC (permalink / raw)
To: binutils
bfd/ChangeLog:
2022-08-19 Frederic Cambus <fred@statdns.com>
* config.bfd (aarch64-*-openbsd*): Add target.
---
bfd/config.bfd | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bfd/config.bfd b/bfd/config.bfd
index c514479b1f2..8c7be5da38a 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -259,6 +259,11 @@ case "${targ}" in
targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
want64=true
;;
+ aarch64-*-openbsd*)
+ targ_defvec=aarch64_elf64_le_vec
+ targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
+ want64=true
+ ;;
aarch64-*-fuchsia*)
targ_defvec=aarch64_elf64_le_vec
targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
--
2.37.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add OpenBSD AArch64 Little Endian BFD support.
2022-08-19 20:22 [PATCH] Add OpenBSD AArch64 Little Endian BFD support Frederic Cambus
@ 2022-08-22 9:20 ` Nick Clifton
0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2022-08-22 9:20 UTC (permalink / raw)
To: Frederic Cambus, binutils
Hi Frederic,
> 2022-08-19 Frederic Cambus <fred@statdns.com>
>
> * config.bfd (aarch64-*-openbsd*): Add target.
Patch approved and applied.
Cheers
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-22 9:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19 20:22 [PATCH] Add OpenBSD AArch64 Little Endian BFD support Frederic Cambus
2022-08-22 9:20 ` 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).