components/binutils/patches/000-sparcv9.patch
changeset 7530 70d78b6a44bb
equal deleted inserted replaced
7529:4f5bdd7dd25e 7530:70d78b6a44bb
       
     1 #
       
     2 #  sparcv9 should be 64-bit by default.
       
     3 #  Upstream bug:
       
     4 #    Bug 20992 - sparcv9 should be equivalent to sparc64
       
     5 #    https://sourceware.org/bugzilla/show_bug.cgi?id=20992
       
     6 #
       
     7 --- binutils-2.27/gas/configure.tgt.orig	2016-12-06 12:06:30.740575720 +0000
       
     8 +++ binutils-2.27/gas/configure.tgt	2016-12-06 12:07:11.253237475 +0000
       
     9 @@ -104,6 +104,7 @@
       
    10    sparc86x*)		cpu_type=sparc arch=sparc86x  ;;
       
    11    sparclet*)		cpu_type=sparc arch=sparclet ;;
       
    12    sparclite*)		cpu_type=sparc arch=sparclite ;;
       
    13 +  sparcv9*)		cpu_type=sparc arch=v9-64 ;;
       
    14    sparc*)		cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
       
    15    tilegx*be)		cpu_type=tilegx endian=big ;;
       
    16    tilegx*)		cpu_type=tilegx endian=little ;;