target-xtensa: Move helpers.h to helper.h

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>
This commit is contained in:
Lluís Vilanova 2012-02-13 16:33:58 +01:00 committed by Max Filippov
parent 7672725d41
commit 16c1deae21
4 changed files with 5 additions and 5 deletions

View 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,