]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
target-m68k: Rename helpers.h to helper.h
authorRichard Henderson <rth@twiddle.net>
Sat, 14 Sep 2013 21:41:34 +0000 (14:41 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 10 Oct 2013 18:41:54 +0000 (11:41 -0700)
This brings the m68k target in line with all other targets.

Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-m68k/helper.c
target-m68k/helper.h [moved from target-m68k/helpers.h with 100% similarity]
target-m68k/op_helper.c
target-m68k/translate.c

index 00a7a08e830658f357c9f2240b52a03b93938395..a508896317d35770d8c9e638431853834f3b0e8b 100644 (file)
@@ -21,7 +21,7 @@
 #include "cpu.h"
 #include "exec/gdbstub.h"
 
-#include "helpers.h"
+#include "helper.h"
 
 #define SIGNBIT (1u << 31)
 
similarity index 100%
rename from target-m68k/helpers.h
rename to target-m68k/helper.h
index 30f7d8b1ab303a3180aab86c9c2da798c259658f..bbbfd7f130c14d1e093053cf92192fd29c6a285d 100644 (file)
@@ -17,7 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "cpu.h"
-#include "helpers.h"
+#include "helper.h"
 
 #if defined(CONFIG_USER_ONLY)
 
index 0be0a96732c313b8183a4709d4db42b538f76d37..f31e48d073b32e162530dba93406402474444413 100644 (file)
@@ -23,9 +23,9 @@
 #include "tcg-op.h"
 #include "qemu/log.h"
 
-#include "helpers.h"
+#include "helper.h"
 #define GEN_HELPER 1
-#include "helpers.h"
+#include "helper.h"
 
 //#define DEBUG_DISPATCH 1
 
@@ -110,7 +110,7 @@ void m68k_tcg_init(void)
     store_dummy = tcg_global_mem_new(TCG_AREG0, -8, "NULL");
 
 #define GEN_HELPER 2
-#include "helpers.h"
+#include "helper.h"
 }
 
 static inline void qemu_assert(int cond, const char *msg)