target-xtensa: Move helpers.h to helper.h
authorLluís Vilanova <vilanova@ac.upc.edu>
Mon, 13 Feb 2012 15:33:58 +0000 (16:33 +0100)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 13 Apr 2012 23:48:08 +0000 (03:48 +0400)
Provides a file naming scheme consistent with other targets.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/helper.h [moved from target-xtensa/helpers.h with 100% similarity]
target-xtensa/op_helper.c
target-xtensa/translate.c
xtensa-semi.c

index cdef0db..806384f 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "cpu.h"
 #include "dyngen-exec.h"
-#include "helpers.h"
+#include "helper.h"
 #include "host-utils.h"
 
 static void do_unaligned_access(target_ulong addr, int is_write, int is_user,
index e0ff72b..492dbcc 100644 (file)
@@ -37,9 +37,9 @@
 #include "qemu-log.h"
 #include "sysemu.h"
 
-#include "helpers.h"
+#include "helper.h"
 #define GEN_HELPER 1
-#include "helpers.h"
+#include "helper.h"
 
 typedef struct DisasContext {
     const XtensaConfig *config;
@@ -183,7 +183,7 @@ void xtensa_translate_init(void)
         }
     }
 #define GEN_HELPER 2
-#include "helpers.h"
+#include "helper.h"
 }
 
 static inline bool option_bits_enabled(DisasContext *dc, uint64_t opt)
index 5754b77..b7c8c34 100644 (file)
@@ -31,7 +31,7 @@
 #include <stddef.h>
 #include "cpu.h"
 #include "dyngen-exec.h"
-#include "helpers.h"
+#include "helper.h"
 #include "qemu-log.h"
 
 enum {