public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: "Joel Sherrill <joel@merlin.gcs.redstone.army.mil>" <joel@merlin.gcs.redstone.army.mil>
To: gas2@cygnus.com
Subject: rtems-mips configuration
Date: Mon, 09 Sep 1996 13:56:00 -0000	[thread overview]
Message-ID: <Pine.SV4.3.91.960909154828.324O-100000@merlin> (raw)

Now that the mips port of rtems to the 4650 has been submitted (YEAH!!!), 
I can submit the following patch which adds the rtems-mips configuration:

Mon Sep  9 15:57:57 CDT 1996  Joel Sherrill <joel@OARcorp.com>

        * bfd/config.bfd (mips64orion-*-rtems*): New target.
        * gas/configure (mips64orion-*-rtems*): New target.
        * ld/configure.tgt (mips64orion-*-rtems*): New target.

diff -r -c orig/binutils-2.7/bfd/config.bfd binutils-2.7/bfd/config.bfd
*** orig/binutils-2.7/bfd/config.bfd	Thu Jul  4 11:30:46 1996
--- binutils-2.7/bfd/config.bfd	Fri Sep  6 13:17:33 1996
***************
*** 365,371 ****
      targ_defvec=bfd_elf32_littlemips_vec
      targ_selvecs="bfd_elf32_bigmips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
      ;;
!   mips*-*-elf*)
      targ_defvec=bfd_elf32_bigmips_vec
      targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
      ;;
--- 365,371 ----
      targ_defvec=bfd_elf32_littlemips_vec
      targ_selvecs="bfd_elf32_bigmips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
      ;;
!   mips*-*-elf* | mips*-*-rtems)
      targ_defvec=bfd_elf32_bigmips_vec
      targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
      ;;
diff -r -c orig/binutils-2.7/gas/configure binutils-2.7/gas/configure
*** orig/binutils-2.7/gas/configure	Thu Jul  4 11:34:32 1996
--- binutils-2.7/gas/configure	Fri Sep  6 13:23:09 1996
***************
*** 860,866 ****
        mips-*-irix*)         fmt=ecoff targ=mips-big ;;
        mips-*-riscos*)       fmt=ecoff targ=mips-big ;;
        mips-*-sysv*)         fmt=ecoff targ=mips-big ;;
!       mips-*-elf*)          fmt=elf 
  			    case "$endian" in
  			    big) targ=mips-big ;;
  			    *)   targ=mips-lit ;;
--- 860,867 ----
        mips-*-irix*)         fmt=ecoff targ=mips-big ;;
        mips-*-riscos*)       fmt=ecoff targ=mips-big ;;
        mips-*-sysv*)         fmt=ecoff targ=mips-big ;;
!       mips-*-elf* | mips-*-rtems*)
!                             fmt=elf 
  			    case "$endian" in
  			    big) targ=mips-big ;;
  			    *)   targ=mips-lit ;;
diff -r -c orig/binutils-2.7/ld/configure.tgt binutils-2.7/ld/configure.tgt
*** orig/binutils-2.7/ld/configure.tgt	Tue Jul  9 11:07:33 1996
--- binutils-2.7/ld/configure.tgt	Fri Sep  6 13:20:14 1996
***************
*** 125,130 ****
--- 125,131 ----
  mips*vr4100-*-elf*)	targ_emul=elf32b4300 ;;
  mips*el-*-elf*)		targ_emul=elf32elmip ;;
  mips*-*-elf*)		targ_emul=elf32ebmip ;;
+ mips*-*-rtems*)		targ_emul=elf32ebmip ;;
  alpha-*-linuxecoff*)	targ_emul=alpha targ_extra_emuls=elf64alpha
  			tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
  			;;



                 reply	other threads:[~1996-09-09 13:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SV4.3.91.960909154828.324O-100000@merlin \
    --to=joel@merlin.gcs.redstone.army.mil \
    --cc=gas2@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).