Move helpers.h to helper.h
authorLluís Vilanova <vilanova@ac.upc.edu>
Mon, 13 Feb 2012 05:33:45 +0000 (05:33 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 5 Mar 2012 18:51:18 +0000 (19:51 +0100)
Provides a file naming scheme consistent with other targets.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/helper.h [moved from target-s390x/helpers.h with 100% similarity]
target-s390x/op_helper.c
target-s390x/translate.c

similarity index 100%
rename from target-s390x/helpers.h
rename to target-s390x/helper.h
index cf26b29..70d98a8 100644 (file)
@@ -21,7 +21,7 @@
 #include "cpu.h"
 #include "dyngen-exec.h"
 #include "host-utils.h"
-#include "helpers.h"
+#include "helper.h"
 #include <string.h>
 #include "kvm.h"
 #include "qemu-timer.h"
index 71f9dcd..8fab38c 100644 (file)
@@ -38,9 +38,9 @@
 static TCGv_ptr cpu_env;
 
 #include "gen-icount.h"
-#include "helpers.h"
+#include "helper.h"
 #define GEN_HELPER 1
-#include "helpers.h"
+#include "helper.h"
 
 typedef struct DisasContext DisasContext;
 struct DisasContext {