public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Gold/MIPS: Add targ_extra_size=64 for mips32 triples
@ 2023-11-17 14:34 Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2023-11-17 14:34 UTC (permalink / raw)
  To: bfd-cvs

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

commit 619a8a364d6cdc43d6677f86369aa2b5d1a1cc0f
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Fri Nov 17 14:33:33 2023 +0000

    Gold/MIPS: Add targ_extra_size=64 for mips32 triples

Diff:
---
 gold/ChangeLog     | 8 ++++++--
 gold/configure.tgt | 2 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 52379168fac..872ba7efdbb 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2023-11-17  YunQiang Su  <yunqiang.su@cipunited.com>
+
+	* configure.tgt (mips targets): Set targ_extra_size=64.
+
 2023-11-15  Arsen Arsenović  <arsen@aarsen.me>
 
 	* aclocal.m4: Regenerate.
@@ -7,8 +11,8 @@
 
 2023-11-10  YunQiang Su  <yunqiang.su@cipunited.com>
 
-	* configure.tgt (targ_machine): Set to EM_MIPS for little endian
-	mips targets.
+	* configure.tgt (mips targets): Set targ_machine to EM_MIPS for
+	little endian mips targets.
 
 2023-09-05  Roland McGrath  <mcgrathr@google.com>
 
diff --git a/gold/configure.tgt b/gold/configure.tgt
index 751c8fd06c6..836727f67de 100644
--- a/gold/configure.tgt
+++ b/gold/configure.tgt
@@ -157,6 +157,7 @@ mips*el*-*-*|mips*le*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;
@@ -164,6 +165,7 @@ mips*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=true
  targ_extra_big_endian=false
  ;;

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

* [binutils-gdb] Gold/MIPS: Add targ_extra_size=64 for mips32 triples
@ 2023-08-28  3:44 YunQiang Su
  0 siblings, 0 replies; 2+ messages 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=d6cdc0af2b880bb48dd16055f4cb3509c7a2da70

commit d6cdc0af2b880bb48dd16055f4cb3509c7a2da70
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Sun Aug 27 23:27:00 2023 -0400

    Gold/MIPS: Add targ_extra_size=64 for mips32 triples
    
    So we can enable 64bit ELF support for MIPS32 toolchain.

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

diff --git a/gold/configure.tgt b/gold/configure.tgt
index 8f0f21bdc03..4b16634ff4e 100644
--- a/gold/configure.tgt
+++ b/gold/configure.tgt
@@ -157,6 +157,7 @@ mips*el-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;
@@ -164,6 +165,7 @@ mips*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=true
  targ_extra_little_endian=true
  ;;

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

end of thread, other threads:[~2023-11-17 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17 14:34 [binutils-gdb] Gold/MIPS: Add targ_extra_size=64 for mips32 triples Nick Clifton
  -- strict thread matches above, loose matches on Subject: below --
2023-08-28  3:44 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).