Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Obvious patch for mips64
@ 2001-04-29  0:46 Keith M Wesolowski
  2001-04-29 18:00 ` H . J . Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Keith M Wesolowski @ 2001-04-29  0:46 UTC (permalink / raw)
  To: linux-mips; +Cc: binutils

I need the following trivial patch to build 64-bit binaries with gas.

Index: tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.39
diff -u -r1.39 tc-mips.c
--- gas/config/tc-mips.c	2001/04/08 05:09:21	1.39
+++ gas/config/tc-mips.c	2001/04/29 00:38:34
@@ -9140,7 +9140,9 @@
 	list = bfd_target_list ();
 	for (l = list; *l != NULL; l++)
 	  if (strcmp (*l, "elf64-bigmips") == 0
-	      || strcmp (*l, "elf64-littlemips") == 0)
+	      || strcmp (*l, "elf64-littlemips") == 0
+	      || strcmp (*l, "elf64-tradbigmips") == 0
+	      || strcmp (*l, "elf64-tradlittlemips") == 0)
 	    break;
 	if (*l == NULL)
 	  as_fatal (_("No compiled in support for 64 bit object file format"));


-- 
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
	"Nothing motivates a man more than to see his boss put
	 in an honest day's work." -- The fortune file

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

* Re: Obvious patch for mips64
  2001-04-29  0:46 Obvious patch for mips64 Keith M Wesolowski
@ 2001-04-29 18:00 ` H . J . Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H . J . Lu @ 2001-04-29 18:00 UTC (permalink / raw)
  To: Keith M Wesolowski; +Cc: linux-mips, binutils

On Sat, Apr 28, 2001 at 05:46:34PM -0700, Keith M Wesolowski wrote:
> I need the following trivial patch to build 64-bit binaries with gas.
> 

I checked it in. Please provide ChangeLog entry next time. 

BTW, please test it on MIPS to make sure nothing is broken.

Thanks.


H.J.

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

end of thread, other threads:[~2001-04-29 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-29  0:46 Obvious patch for mips64 Keith M Wesolowski
2001-04-29 18:00 ` H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox