public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add NetBSD AArch64 Little Endian and Big Endian BFD support
@ 2020-10-03  1:20 Kamil Rytarowski
  2020-10-05 13:57 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Kamil Rytarowski @ 2020-10-03  1:20 UTC (permalink / raw)
  To: binutils

NetBSD shares the same entries with Linux, without any differences.

bfd/ChangeLog:

        * config.bfd (aarch64-*-netbsd*, aarch64_be-*-netbsd*): Add target.
---
 bfd/ChangeLog  | 4 ++++
 bfd/config.bfd | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 623cb8a188b..e647ad4ee2e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-03  Kamil Rytarowski  <n54@gmx.com>
+
+	* config.bfd (aarch64-*-netbsd*, aarch64_be-*-netbsd*): Add target.
+
 2020-10-02  H.J. Lu  <hongjiu.lu@intel.com>

 	PR 26681
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 49007359584..e2992a0df25 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -256,12 +256,12 @@ case "${targ}" in
     targ_selvecs=aarch64_elf64_be_cloudabi_vec
     want64=true
     ;;
-  aarch64-*-linux*)
+  aarch64-*-linux* | aarch64-*-netbsd*)
     targ_defvec=aarch64_elf64_le_vec
     targ_selvecs="aarch64_elf64_be_vec aarch64_elf32_le_vec aarch64_elf32_be_vec arm_elf32_le_vec arm_elf32_be_vec"
     want64=true
     ;;
-  aarch64_be-*-linux*)
+  aarch64_be-*-linux* | aarch64_be-*-netbsd*)
     targ_defvec=aarch64_elf64_be_vec
     targ_selvecs="aarch64_elf64_le_vec aarch64_elf32_le_vec aarch64_elf32_be_vec arm_elf32_be_vec arm_elf32_le_vec"
     want64=true
--
2.28.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add NetBSD AArch64 Little Endian and Big Endian BFD support
  2020-10-03  1:20 [PATCH] Add NetBSD AArch64 Little Endian and Big Endian BFD support Kamil Rytarowski
@ 2020-10-05 13:57 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2020-10-05 13:57 UTC (permalink / raw)
  To: Kamil Rytarowski, binutils

Hi Kamil,

> bfd/ChangeLog:
> 
>         * config.bfd (aarch64-*-netbsd*, aarch64_be-*-netbsd*): Add target.

Approved and applied.

Cheers
  Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-05 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  1:20 [PATCH] Add NetBSD AArch64 Little Endian and Big Endian BFD support Kamil Rytarowski
2020-10-05 13:57 ` 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).