Added v850 emulation.
authorNick Clifton <nickc@redhat.com>
Wed, 10 Sep 1997 17:05:00 +0000 (17:05 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 10 Sep 1997 17:05:00 +0000 (17:05 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index b3233fdf6389d6ff2ff40ef5c1a13eb4a68dc286..553be8ae40e6f2623847520168747f975090b21c 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 10 10:07:08 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.in (emulations): Add v850 emulation.
+
 Tue Sep  9 17:14:33 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * Makefile.am (CPU_TYPES): Add arc.
index 7e2bbe852aa95d03b79f9e70225811475bc3c8a6..026972fcdf56b1d91787d6c5471960fe6148b1e9 100755 (executable)
@@ -1308,6 +1308,7 @@ for this_target in $target $canon_targets ; do
       rs6000*)         cpu_type=ppc ;;
       sparc64)         cpu_type=sparc want_sparc_v9=true ;;
       sparc*)          cpu_type=sparc ;;
+      v850*)           cpu_type=v850 ;;
       *)               cpu_type=${cpu} ;;
     esac
 
index 87bc751d250f32406524ebda55bf9e725da49291..462c865efbdd4831d60c932c8f83a5ad60d91ead 100644 (file)
@@ -87,6 +87,7 @@ changequote([,])dnl
       rs6000*)         cpu_type=ppc ;;
       sparc64)         cpu_type=sparc want_sparc_v9=true ;;
       sparc*)          cpu_type=sparc ;;
+      v850*)           cpu_type=v850 ;;
       *)               cpu_type=${cpu} ;;
     esac