public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Gold/MIPS: Add mips64*/mips64*el triple support
@ 2023-08-28  3:44 YunQiang Su
  0 siblings, 0 replies; only message in thread
From: YunQiang Su @ 2023-08-28  3:44 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5c4cdba100b66e2924a25dad9b12d8e5b84d527f

commit 5c4cdba100b66e2924a25dad9b12d8e5b84d527f
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Sun Aug 27 23:33:03 2023 -0400

    Gold/MIPS: Add mips64*/mips64*el triple support
    
    Use targ_size=64 and targ_extra_size=32

Diff:
---
 gold/configure.tgt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gold/configure.tgt b/gold/configure.tgt
index 4b16634ff4e..e2e131bbd84 100644
--- a/gold/configure.tgt
+++ b/gold/configure.tgt
@@ -153,6 +153,14 @@ aarch64*-*)
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;
+mips64*el-*-*)
+ targ_obj=mips
+ targ_machine=EM_MIPS
+ targ_size=64
+ targ_extra_size=32
+ targ_big_endian=false
+ targ_extra_big_endian=true
+ ;;
 mips*el-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
@@ -161,6 +169,14 @@ mips*el-*-*)
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;
+mips64*-*-*)
+ targ_obj=mips
+ targ_machine=EM_MIPS
+ targ_size=64
+ targ_extra_size=32
+ targ_big_endian=true
+ targ_extra_little_endian=true
+ ;;
 mips*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-28  3:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28  3:44 [binutils-gdb] Gold/MIPS: Add mips64*/mips64*el triple support YunQiang Su

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).