mirror of
https://github.com/FEX-Emu/vixl.git
synced 2024-11-23 14:40:17 +00:00
Suffix source files in src/
with -vixl
.
This is required to keep VIXL building within Android: its build system copies files across assuming that there will be no naming conflicts. Change-Id: I9475c8833dd2f74f814004b7572ccc61337046fb
This commit is contained in:
parent
39c32a63e0
commit
1f9074de15
@ -26,7 +26,7 @@
|
||||
|
||||
#include "a64/macro-assembler-a64.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
using namespace vixl;
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "a64/macro-assembler-a64.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
using namespace vixl;
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
#include "a64/macro-assembler-a64.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "a64/macro-assembler-a64.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
using namespace vixl;
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "a64/macro-assembler-a64.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
using namespace vixl;
|
||||
|
||||
|
@ -28,10 +28,10 @@
|
||||
#define VIXL_A64_ASSEMBLER_A64_H_
|
||||
|
||||
|
||||
#include "globals.h"
|
||||
#include "invalset.h"
|
||||
#include "utils.h"
|
||||
#include "code-buffer.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "invalset-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "code-buffer-vixl.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -24,7 +24,7 @@
|
||||
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "utils.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/cpu-a64.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -27,7 +27,7 @@
|
||||
#ifndef VIXL_CPU_A64_H
|
||||
#define VIXL_CPU_A64_H
|
||||
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -34,8 +34,8 @@
|
||||
#include <errno.h>
|
||||
#include <vector>
|
||||
|
||||
#include "globals.h"
|
||||
#include "utils.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/constants-a64.h"
|
||||
#include "a64/simulator-a64.h"
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "globals.h"
|
||||
#include "utils.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/decoder-a64.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <list>
|
||||
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
|
||||
|
||||
|
@ -27,8 +27,8 @@
|
||||
#ifndef VIXL_A64_DISASM_A64_H
|
||||
#define VIXL_A64_DISASM_A64_H
|
||||
|
||||
#include "globals.h"
|
||||
#include "utils.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
#include "a64/decoder-a64.h"
|
||||
#include "a64/assembler-a64.h"
|
||||
|
@ -27,8 +27,8 @@
|
||||
#ifndef VIXL_A64_INSTRUCTIONS_A64_H_
|
||||
#define VIXL_A64_INSTRUCTIONS_A64_H_
|
||||
|
||||
#include "globals.h"
|
||||
#include "utils.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/constants-a64.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -27,8 +27,8 @@
|
||||
#ifndef VIXL_A64_INSTRUMENT_A64_H_
|
||||
#define VIXL_A64_INSTRUMENT_A64_H_
|
||||
|
||||
#include "globals.h"
|
||||
#include "utils.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/decoder-a64.h"
|
||||
#include "a64/constants-a64.h"
|
||||
#include "a64/instrument-a64.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "a64/assembler-a64.h"
|
||||
#include "a64/debugger-a64.h"
|
||||
#include "a64/instrument-a64.h"
|
||||
|
@ -27,8 +27,8 @@
|
||||
#ifndef VIXL_A64_SIMULATOR_A64_H_
|
||||
#define VIXL_A64_SIMULATOR_A64_H_
|
||||
|
||||
#include "globals.h"
|
||||
#include "utils.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "a64/instructions-a64.h"
|
||||
#include "a64/assembler-a64.h"
|
||||
#include "a64/disasm-a64.h"
|
||||
|
@ -24,8 +24,8 @@
|
||||
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "code-buffer.h"
|
||||
#include "utils.h"
|
||||
#include "code-buffer-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -28,7 +28,7 @@
|
||||
#define VIXL_CODE_BUFFER_H
|
||||
|
||||
#include <string.h>
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -24,7 +24,7 @@
|
||||
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "compiler-intrinsics.h"
|
||||
#include "compiler-intrinsics-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef VIXL_COMPILER_INTRINSICS_H
|
||||
#define VIXL_COMPILER_INTRINSICS_H
|
||||
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include "platform.h"
|
||||
#include "platform-vixl.h"
|
||||
|
||||
|
||||
typedef uint8_t byte;
|
@ -32,7 +32,7 @@
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "globals.h"
|
||||
#include "globals-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -24,7 +24,7 @@
|
||||
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "utils.h"
|
||||
#include "utils-vixl.h"
|
||||
#include <stdio.h>
|
||||
|
||||
namespace vixl {
|
@ -29,8 +29,8 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
#include "globals.h"
|
||||
#include "compiler-intrinsics.h"
|
||||
#include "globals-vixl.h"
|
||||
#include "compiler-intrinsics-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "test-runner.h"
|
||||
|
||||
#include "invalset.h"
|
||||
#include "invalset-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#ifndef TEST_TEST_H_
|
||||
#define TEST_TEST_H_
|
||||
|
||||
#include "utils.h"
|
||||
#include "utils-vixl.h"
|
||||
|
||||
namespace vixl {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user