qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4535] Delete dead code.
Date: Thu, 22 May 2008 20:42:16 +0000	[thread overview]
Message-ID: <E1JzHc8-00011t-4N@cvs.savannah.gnu.org> (raw)

Revision: 4535
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4535
Author:   ths
Date:     2008-05-22 20:42:15 +0000 (Thu, 22 May 2008)

Log Message:
-----------
Delete dead code.

Modified Paths:
--------------
    trunk/target-mips/fop_template.c
    trunk/target-mips/op.c

Modified: trunk/target-mips/fop_template.c
===================================================================
--- trunk/target-mips/fop_template.c	2008-05-22 18:16:25 UTC (rev 4534)
+++ trunk/target-mips/fop_template.c	2008-05-22 20:42:15 UTC (rev 4535)
@@ -102,30 +102,3 @@
 OP_PSSTORE_FREG(WTH2, WTH2_fpr, FREG)
 
 #endif
-
-#if defined (FTN)
-
-#define SET_RESET(treg, tregname)        \
-    void glue(op_set, tregname)(void)    \
-    {                                    \
-        treg = PARAM1;                   \
-        FORCE_RET();                     \
-    }                                    \
-    void glue(op_reset, tregname)(void)  \
-    {                                    \
-        treg = 0;                        \
-        FORCE_RET();                     \
-    }
-
-SET_RESET(WT0, _WT0)
-SET_RESET(WT1, _WT1)
-SET_RESET(WT2, _WT2)
-SET_RESET(DT0, _DT0)
-SET_RESET(DT1, _DT1)
-SET_RESET(DT2, _DT2)
-SET_RESET(WTH0, _WTH0)
-SET_RESET(WTH1, _WTH1)
-SET_RESET(WTH2, _WTH2)
-
-#undef SET_RESET
-#endif

Modified: trunk/target-mips/op.c
===================================================================
--- trunk/target-mips/op.c	2008-05-22 18:16:25 UTC (rev 4534)
+++ trunk/target-mips/op.c	2008-05-22 20:42:15 UTC (rev 4535)
@@ -145,10 +145,6 @@
 #include "fop_template.c"
 #undef FREG
 
-#define FTN
-#include "fop_template.c"
-#undef FTN
-
 /* Load and store */
 #define MEMSUFFIX _raw
 #include "op_mem.c"

                 reply	other threads:[~2008-05-22 20:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JzHc8-00011t-4N@cvs.savannah.gnu.org \
    --to=ths@networkno.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).