target-arm: A64: add stubs for a64 specific helpers
authorAlexander Graf <agraf@suse.de>
Tue, 17 Dec 2013 19:42:32 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:32 +0000 (19:42 +0000)
commitd3e35a1fe4562ee3f9f1af91ab02d62cf31b9488
tree7a343ffcc5b5fa25dfccac55f815b6fde23de7f3
parent6a66942735569ec7f8b761c1205e6f4c50962fe4
target-arm: A64: add stubs for a64 specific helpers

We will need helpers that only make sense with AArch64. Add
helper-a64.{c,h} files as stubs that we can fill with these
helpers in the following patches.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/Makefile.objs
target-arm/helper-a64.c [new file with mode: 0644]
target-arm/helper-a64.h [new file with mode: 0644]
target-arm/helper.h