From: Nick Clifton Date: Fri, 12 Dec 1997 19:12:11 +0000 (+0000) Subject: Renamed v850eq -> v850ea X-Git-Tag: gdb-4_18~4048 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61c550e0bd9714b00b42d846eaa381ac12dadcb6;p=external%2Fbinutils.git Renamed v850eq -> v850ea --- diff --git a/sim/configure.in b/sim/configure.in index b3a63e7..aa7b6d1 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -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" diff --git a/sim/testsuite/.Sanitize b/sim/testsuite/.Sanitize index 61d022f..1c3fdeb 100644 --- a/sim/testsuite/.Sanitize +++ b/sim/testsuite/.Sanitize @@ -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 diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 1fd38fb..36cc6a3 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -8,9 +8,6 @@ Thu Dec 4 09:21:05 1997 Doug Evans Wed Dec 3 17:27:19 1997 Nick Clifton -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 * 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 Mon Sep 15 17:36:15 1997 Andrew Cagney -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 * 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 -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 * 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 * 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 * 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 @@ -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