OSDN Git Service

* cleanup
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 19 Oct 2000 10:52:52 +0000 (10:52 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 19 Oct 2000 10:52:52 +0000 (10:52 +0000)
2000-10-19  Frank Ch. Eigler  <fche@redhat.com>

On advice from Chris G. Demetriou <cgd@sibyte.com>:
* sim-main.h (GPR_CLEAR): Remove unused alternative macro.

sim/mips/ChangeLog
sim/mips/sim-main.h

index a506324..5273dbf 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-19  Frank Ch. Eigler  <fche@redhat.com>
+
+       On advice from Chris G. Demetriou <cgd@sibyte.com>:
+       * sim-main.h (GPR_CLEAR): Remove unused alternative macro.
+
 Thu Jul 27 22:02:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
index 4ec46e9..7db51a1 100644 (file)
@@ -773,12 +773,7 @@ char* pr_addr PARAMS ((SIM_ADDR addr));
 char* pr_uword64 PARAMS ((uword64 addr));
 
 
-/* Some mips flavours split their GPR banks into two halves. */
-#ifdef SPLIT_GPR
-#define GPR_CLEAR(N) do { GPR_SET((N),0); GPR1_SET((N),0); } while (0)
-#else
 #define GPR_CLEAR(N) do { GPR_SET((N),0); } while (0)
-#endif
 
 void mips_cpu_exception_trigger(SIM_DESC sd, sim_cpu* cpu, address_word pc);
 void mips_cpu_exception_suspend(SIM_DESC sd, sim_cpu* cpu, int exception);