diff options
Diffstat (limited to 'gdb/features/aarch64_ilp32.xml')
-rw-r--r-- | gdb/features/aarch64_ilp32.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/features/aarch64_ilp32.xml b/gdb/features/aarch64_ilp32.xml new file mode 100644 index 0000000..9c9b23a --- /dev/null +++ b/gdb/features/aarch64_ilp32.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!-- Copyright (C) 2009-2016 Free Software Foundation, Inc. + Contributed by ARM Ltd. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. --> + +<!DOCTYPE target SYSTEM "gdb-target.dtd"> +<target> + <architecture>aarch64:ilp32</architecture> + <xi:include href="aarch64_ilp32-core.xml"/> + <xi:include href="aarch64-fpu.xml"/> +</target> |