aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/sim-main.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-04-09 20:56:00 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-04-09 20:56:00 +0000
commitb0b39eb2de25862b18d574bca791e39c3643c231 (patch)
tree746126b07b7e4e193486fbe192cb04718102c202 /sim/mips/sim-main.h
parente5cccb7177d39504e889ea7430598187d476a24a (diff)
downloadgdb-b0b39eb2de25862b18d574bca791e39c3643c231.zip
gdb-b0b39eb2de25862b18d574bca791e39c3643c231.tar.gz
gdb-b0b39eb2de25862b18d574bca791e39c3643c231.tar.bz2
* Backed out week-old attempt at enabling quadword memory access on
MIPS sim; added PKE sim code fixes. No COP2 testing progress today. [ChangeLog] Thu Apr 9 16:38:23 1998 Frank Ch. Eigler <fche@cygnus.com> * r5900.igen (LQC,SQC): Adapted code to DOUBLEWORD accesses instead of QUADWORD. * sim-main.h: Removed attempt at allowing 128-bit access. [ChangeLog.sky] Thu Apr 9 16:42:54 1998 Frank Ch. Eigler <fche@cygnus.com> * sky-pke.c (read_pke_pc): Corrected PKE PC calculation to word granularity.
Diffstat (limited to 'sim/mips/sim-main.h')
-rw-r--r--sim/mips/sim-main.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h
index 776e0b3..af9378a 100644
--- a/sim/mips/sim-main.h
+++ b/sim/mips/sim-main.h
@@ -837,18 +837,6 @@ decode_coproc (SD, CPU, cia, (instruction))
#define PSIZE (WITH_TARGET_ADDRESS_BITSIZE)
#endif
-/* start-sanitize-sky */
-#ifdef OOPS_THIS_DOESN_T_WORK
-#ifdef TARGET_SKY
- /* 128-bit accesses are allowed */
-#undef LOADDRMASK
-#define LOADDRMASK AccessLength_QUADWORD
-#undef PSIZE
-#define PSIZE (WITH_TARGET_ADDRESS_BITSIZE)
-#endif /* TARGET_SKY */
-#endif
-/* end-sanitize-sky */
-
INLINE_SIM_MAIN (int) address_translation PARAMS ((SIM_DESC sd, sim_cpu *, address_word cia, address_word vAddr, int IorD, int LorS, address_word *pAddr, int *CCA, int raw));
#define AddressTranslation(vAddr,IorD,LorS,pAddr,CCA,host,raw) \