source: rtems/contrib/crossrpms/patches/binutils-2.20.90-rtems4.11-20101109.diff @ 91234a4

4.115
Last change on this file since 91234a4 was 91234a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/10 at 14:19:51

New. Rebase patch against binutils-2.20.90.

  • Property mode set to 100644
File size: 2.9 KB
  • binutils-2.20.90

    diff -Naur binutils-2.20.90.orig/bfd/config.bfd binutils-2.20.90/bfd/config.bfd
    old new  
    14321432    targ_selvecs="bfd_elf32_sparc_vec sparclinux_vec sunos_big_vec"
    14331433    want64=true
    14341434    ;;
    1435   sparc64-*-elf*)
     1435  sparc64-*-elf* | sparc64-*-rtems* )
    14361436    targ_defvec=bfd_elf64_sparc_vec
    14371437    targ_selvecs=bfd_elf32_sparc_vec
    14381438    want64=true
     
    14411441  sparc*-*-coff*)
    14421442    targ_defvec=sparccoff_vec
    14431443    ;;
    1444   sparc*-*-rtems*)
     1444  sparc-*-rtems*)
    14451445    targ_defvec=bfd_elf32_sparc_vec
    14461446    targ_selvecs="sunos_big_vec sparccoff_vec"
    14471447    ;;
  • bfd/Makefile.am

    diff -Naur binutils-2.20.90.orig/bfd/Makefile.am binutils-2.20.90/bfd/Makefile.am
    old new  
    44ACLOCAL_AMFLAGS = -I . -I .. -I ../config
    55
    66# Uncomment the following line when doing a release.
    7 # RELEASE=y
     7RELEASE=y
    88
    99INCDIR = $(srcdir)/../include
    1010CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  • bfd/Makefile.in

    diff -Naur binutils-2.20.90.orig/bfd/Makefile.in binutils-2.20.90/bfd/Makefile.in
    old new  
    319319ACLOCAL_AMFLAGS = -I . -I .. -I ../config
    320320
    321321# Uncomment the following line when doing a release.
    322 # RELEASE=y
     322RELEASE = y
    323323INCDIR = $(srcdir)/../include
    324324CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
    325325SUBDIRS = doc po
  • gas/configure.tgt

    diff -Naur binutils-2.20.90.orig/gas/configure.tgt binutils-2.20.90/gas/configure.tgt
    old new  
    369369  shle*-*-kaos*)                        fmt=elf ;;
    370370  sh64-*-elf*)                          fmt=elf ;;
    371371
     372  sparc64-*-rtems*)                     fmt=elf ;;
    372373  sparc-*-rtems*)                       fmt=elf ;;
    373374  sparc-*-sunos4*)                      fmt=aout em=sun3 ;;
    374375  sparc-*-aout)                         fmt=aout em=sparcaout ;;
  • ld/configure.tgt

    diff -Naur binutils-2.20.90.orig/ld/configure.tgt binutils-2.20.90/ld/configure.tgt
    old new  
    565565                        targ_extra_libpath=$targ_extra_emuls ;;
    566566sparc64-*-aout*)        targ_emul=sparcaout ;;
    567567sparc64-*-elf*)         targ_emul=elf64_sparc ;;
     568sparc64-*-rtems*)       targ_emul=elf64_sparc ;;
    568569sparc-sun-sunos4*)      targ_emul=sun4 ;;
    569570sparclite*-*-elf)       targ_emul=elf32_sparc ;;
    570571sparclite*-*-coff)      targ_emul=coff_sparc ;;
     
    614615                        tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'` ;;
    615616sparc*-*-solaris2*)     targ_emul=elf32_sparc ;;
    616617sparc*-wrs-vxworks*)    targ_emul=sparcaout ;;
    617 sparc*-*-rtems*)        targ_emul=elf32_sparc
     618sparc-*-rtems*)         targ_emul=elf32_sparc
    618619                        ;;
    619620spu-*-elf*)             targ_emul=elf32_spu ;;
    620621tic30-*-*aout*)         targ_emul=tic30aout ;;
Note: See TracBrowser for help on using the repository browser.