patches/binutils/2.20/300-mips64-defaultemul.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 03 23:40:22 2011 +0100 (2011-01-03)
changeset 2267 7af68e6083aa
permissions -rw-r--r--
libc-glibc: remove 2.3.6

This is an obsolete version which is no longer used by any sample (the only
user, the ia64 sample, has been removed).

It also makes the code path a bit complex, with twists just to accomodate
that version. Removing the version will make those twists go away, and
will ease commonalisation of glibc and eglibc in the future (hopefully!).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 --- binutils-2.20/ld/configure.tgt.orig	2010-02-20 04:05:31.000000000 -0500
     2 +++ binutils-2.20/ld/configure.tgt	2010-02-20 04:08:11.000000000 -0500
     3 @@ -400,11 +400,11 @@
     4  mips*-*-vxworks*)	targ_emul=elf32ebmipvxworks
     5  		        targ_extra_emuls="elf32elmipvxworks" ;;
     6  mips*-*-windiss)	targ_emul=elf32mipswindiss ;;
     7 -mips64*el-*-linux-*)	targ_emul=elf32ltsmipn32
     8 -			targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip"
     9 +mips64*el-*-linux-*)	targ_emul=elf64ltsmip
    10 +			targ_extra_emuls="elf32ltsmipn32 elf32btsmipn32 elf32ltsmip elf32btsmip elf64btsmip"
    11  			targ_extra_libpath=$targ_extra_emuls ;;
    12 -mips64*-*-linux-*)	targ_emul=elf32btsmipn32
    13 -			targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip"
    14 +mips64*-*-linux-*)	targ_emul=elf64btsmip
    15 +			targ_extra_emuls="elf32btsmipn32 elf32ltsmipn32 elf32btsmip elf32ltsmip elf64ltsmip"
    16  			targ_extra_libpath=$targ_extra_emuls ;;
    17  mips*el-*-linux-*)	targ_emul=elf32ltsmip
    18  			targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"