public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Make arm*linux* support both big and little endian
@ 2006-10-19 16:34 Joseph S. Myers
  2006-10-26  0:13 ` Ping " Joseph S. Myers
  2006-10-26 15:54 ` Daniel Jacobowitz
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph S. Myers @ 2006-10-19 16:34 UTC (permalink / raw)
  To: binutils

This patch makes arm*linux* targets support both big and little endian
linker emulations, so allowing GCC configurations with multilibs for
both endiannesses.  (Various other targets already support this.)  OK
to commit?

2006-10-19  Joseph S. Myers  <joseph@codesourcery.com>
            Mark Mitchell  <mark@codesourcery.com>

	* configure.tgt (arm*linux*): Support both big- and little-endian.

Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.196
diff -u -r1.196 configure.tgt
--- ld/configure.tgt	18 Oct 2006 16:24:01 -0000	1.196
+++ ld/configure.tgt	19 Oct 2006 15:06:59 -0000
@@ -60,11 +60,26 @@
 arm*-*-symbianelf*)     targ_emul=armsymbian;;
 arm-*-kaos*)		targ_emul=armelf ;;
 arm9e-*-elf)		targ_emul=armelf ;;
-arm*b-*-linux-*eabi)	targ_emul=armelfb_linux_eabi ;;
-arm*b-*-linux-*)	targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;;
-arm*-*-linux-*eabi)	targ_emul=armelf_linux_eabi ;;
-arm*-*-linux-*)	        targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
-arm*-*-uclinux*)	targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
+arm*b-*-linux-*eabi)	targ_emul=armelfb_linux_eabi
+			targ_extra_emuls=armelf_linux_eabi
+			targ_extra_libpath=$targ_extra_emuls
+			;;
+arm*b-*-linux-*)	targ_emul=armelfb_linux
+			targ_extra_emuls="armelfb armelf armelf_linux"
+			targ_extra_libpath="armelf_linux"
+			;;
+arm*-*-linux-*eabi)	targ_emul=armelf_linux_eabi
+			targ_extra_emuls=armelfb_linux_eabi
+			targ_extra_libpath=$targ_extra_emuls
+			;;
+arm*-*-linux-*)	        targ_emul=armelf_linux
+			targ_extra_emuls="armelf armelfb armelfb_linux"
+			targ_extra_libpath="armelfb_linux"
+			;;
+arm*-*-uclinux*)	targ_emul=armelf_linux
+			targ_extra_emuls="armelf armelfb armelfb_linux"
+			targ_extra_libpath="armelfb_linux"
+			;;
 arm-*-vxworks)		targ_emul=armelf_vxworks ;;
 arm*-*-conix*)		targ_emul=armelf ;;
 thumb-*-linux-* | thumb-*-uclinux*)	targ_emul=armelf_linux; targ_extra_emuls=armelf ;;

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Ping Re: Make arm*linux* support both big and little endian
  2006-10-19 16:34 Make arm*linux* support both big and little endian Joseph S. Myers
@ 2006-10-26  0:13 ` Joseph S. Myers
  2006-10-26 15:54 ` Daniel Jacobowitz
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph S. Myers @ 2006-10-26  0:13 UTC (permalink / raw)
  To: binutils

Ping: this patch <http://sourceware.org/ml/binutils/2006-10/msg00181.html> 
is pending review.

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: Make arm*linux* support both big and little endian
  2006-10-19 16:34 Make arm*linux* support both big and little endian Joseph S. Myers
  2006-10-26  0:13 ` Ping " Joseph S. Myers
@ 2006-10-26 15:54 ` Daniel Jacobowitz
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2006-10-26 15:54 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: binutils

On Thu, Oct 19, 2006 at 03:14:44PM +0000, Joseph S. Myers wrote:
> This patch makes arm*linux* targets support both big and little endian
> linker emulations, so allowing GCC configurations with multilibs for
> both endiannesses.  (Various other targets already support this.)  OK
> to commit?
> 
> 2006-10-19  Joseph S. Myers  <joseph@codesourcery.com>
>             Mark Mitchell  <mark@codesourcery.com>
> 
> 	* configure.tgt (arm*linux*): Support both big- and little-endian.

This is OK.

-- 
Daniel Jacobowitz
CodeSourcery

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

end of thread, other threads:[~2006-10-26  3:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-19 16:34 Make arm*linux* support both big and little endian Joseph S. Myers
2006-10-26  0:13 ` Ping " Joseph S. Myers
2006-10-26 15:54 ` Daniel Jacobowitz

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