Renamed v850eq -> v850ea
authorNick Clifton <nickc@redhat.com>
Fri, 12 Dec 1997 19:12:11 +0000 (19:12 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 12 Dec 1997 19:12:11 +0000 (19:12 +0000)
sim/configure.in
sim/testsuite/.Sanitize
sim/v850/ChangeLog

index b3a63e7bda3d52c499ae37c4011b3dd188ec3d81..aa7b6d14d806ae3b158afa5ae710710162035127 100644 (file)
@@ -103,7 +103,7 @@ case "${target}" in
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-  v850eq-*-*)
+  v850ea-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
index 61d022ff33489b39b90e443edd09f324c6a3f59a..1c3fdeb25845c0807be1ee7515ddf3be57568ff8 100644 (file)
@@ -29,10 +29,10 @@ else
         lose_these_too="${r5900_files} ${lose_these_too}"
 fi
 
-if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
-       keep_these_too="v850eq-elf ${keep_these_too}"
+if ( echo $* | grep keep\-v850e > /dev/null ) ; then
+       keep_these_too="v850e-elf ${keep_these_too}"
 else
-       lose_these_too="v850eq-elf ${lose_these_too}"
+       lose_these_too="v850e-elf ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
index 1fd38fb4b8ac60121af946d545f32d38ab11fad3..36cc6a346c30ba4e76a000e0625e2afa27328098 100644 (file)
@@ -8,9 +8,6 @@ Thu Dec  4 09:21:05 1997  Doug Evans  <devans@canuck.cygnus.com>
 
 Wed Dec  3 17:27:19 1997  Nick Clifton  <nickc@cygnus.com>
 
-start-sanitize-v850e
-       * v850.igen: Added missing sanitization markers.
-end-sanitize-v850e
        * v850.igen: Make break have a zero first field, since otherwise
        it clashes with the DIVH instruction.
 
@@ -97,20 +94,19 @@ Fri Sep 19 10:37:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * simops.c (OP_300, OP_400, OP_500): Move "sdl.b", "sld.h",
        "sld.w" insns to v850.igen.  Fix tracing.
-start-sanitize-v850eq
+start-sanitize-v850e
        (OP_70): Ditto for "sld.hu".
-end-sanitize-v850eq
+end-sanitize-v850e
 
        * v850.igen: Clarify tracing of "sld.b", "sld.h" et.al.
 
-end-sanitize-v850eq
        * simops.c (condition_met): Make global.
 
        * sim-main.h (TRACE_ALU_INPUT3, TRACE_BRANCH0, TRACE_LD,
        TRACE_ST): Define.
-start-sanitize-v850eq
+start-sanitize-v850e
        (TRACE_LD_NAME): Define.
-end-sanitize-v850eq
+end-sanitize-v850e
 
 start-sanitize-v850e
        * simops.c: Move "cmov", "cmov imm" to v850.igen, fix.
@@ -222,7 +218,7 @@ Tue Sep 16 09:02:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
 Mon Sep 15 17:36:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
-start-sanitize-v850eq
+start-sanitize-v850e
        * simops.c (OP_300, OP_400, OP_70): Make behavour depend on PSW[US].
        
        * simops.c: Move "divun", "sld.bu", "divhn", "divhun", "divn",
@@ -235,8 +231,6 @@ start-sanitize-v850eq
        * interp.c (sim_create_inferior): For v850eq set US bit by
        default.
 
-end-sanitize-v850eq
-start-sanitize-v850e
        * interp.c (sim_open): Don't set arch, now set by
        sim_analyze_program.
 
@@ -253,25 +247,18 @@ Mon Sep 15 14:39:34 1997  Andrew Cagney  <cagney@b1.cygnus.com>
        * simops.c (OP_60): Move "jmp" code from here.
        * v850.igen (jmp): To here.
 
-start-sanitize-v850eq
+start-sanitize-v850e
        * simops.c (OP_60): Move "sld.bu" code from here.
        * v850.igen (sld.bu): To here.
 
-end-sanitize-v850eq
 Fri Sep 12 15:11:03 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
-start-sanitize-v850eq
        * v850.igen (prepare, ...): Add to v850eq architecture.
 
-end-sanitize-v850eq
-start-sanitize-v850e
        * interp.c (sim_open): Default to v850eq.
        
-end-sanitize-v850e
-start-sanitize-v850eq
-       
        * interp.c (sim_open): Default to v850e.
-end-sanitize-v850eq
+end-sanitize-v850e
        * sim-main.h (signal.h): Include.
 
        * v850.igen (illegal): Report/halt illegal instructions.
@@ -538,26 +525,21 @@ Fri Aug 22 10:39:28 1997  Nick Clifton  <nickc@cygnus.com>
        * simops.c (unsigned divide instructions): S bit set if result has
        top bit set.
        
-start-sanitize-v850eq
+start-sanitize-v850e
        * simops.c (pushml, pushmh, popml, popmh): Lower numbered
        registers go to higher numbered address.
-end-sanitize-v850eq
-end-sanitize-v850e
        
 Wed Aug 20 13:56:35 1997  Nick Clifton  <nickc@cygnus.com>
 
        * simops.c (OP_107E0, OP_107F0, OP_307E0, OP_307F0): Use correct
        interpretation of SR bit in list18 structure.
-start-sanitize-v850eq
        (divn, divun): New functions to perform N step divide functions.
-end-sanitize-v850eq
 
-start-sanitize-v850eq
 Mon Aug 18 10:59:02 1997  Nick Clifton  <nickc@cygnus.com>
 
        * simops.c (OP_300, OP_400, OP_60, OP_70): Support variant opcodes
        with US bit set in the PSW.
-end-sanitize-v850eq
+end-sanitize-v850e
 
 Wed Aug 13 19:06:55 1997  Nick Clifton  <nickc@cygnus.com>
 
@@ -579,11 +561,8 @@ start-sanitize-v850e
        
        * simops.c: Add support for v850e instructions.
        
-end-sanitize-v850e
-
-start-sanitize-v850eq
        * simops.c: Add support for v850eq instructions.
-end-sanitize-v850eq
+end-sanitize-v850e
        
 Tue May 20 10:24:14 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
This page took 0.027016 seconds and 4 git commands to generate.