From 756adc97a30c9ee4c4b578c4afab78697af4093f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 10 Sep 1997 17:05:00 +0000 Subject: [PATCH] Added v850 emulation. --- gas/ChangeLog | 4 ++++ gas/configure | 1 + gas/configure.in | 1 + 3 files changed, 6 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index b3233fdf638..553be8ae40e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 10 10:07:08 1997 Nick Clifton + + * configure.in (emulations): Add v850 emulation. + Tue Sep 9 17:14:33 1997 Doug Evans * Makefile.am (CPU_TYPES): Add arc. diff --git a/gas/configure b/gas/configure index 7e2bbe852aa..026972fcdf5 100755 --- a/gas/configure +++ b/gas/configure @@ -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 diff --git a/gas/configure.in b/gas/configure.in index 87bc751d250..462c865efbd 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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 -- 2.30.2