diff options
author | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-02-04 12:48:37 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-02-04 12:48:37 +0000 |
commit | 07b287a0d1bda52b43a2aec41838149cadb019c5 (patch) | |
tree | c66fd7bb811b1b6075ed2c5b27045b365e445382 /gdb/features/aarch64.xml | |
parent | 89d67ed9a978aeda8144fa6e1bcd3eba733e69d2 (diff) | |
download | gdb-07b287a0d1bda52b43a2aec41838149cadb019c5.zip gdb-07b287a0d1bda52b43a2aec41838149cadb019c5.tar.gz gdb-07b287a0d1bda52b43a2aec41838149cadb019c5.tar.bz2 |
Add basic support for AArch64.
* Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
(HFILES_NO_SRCDIR): Add aarch64-tdep.h.
(ALLDEPFILES): Add aarch64-tdep.c.
* aarch64-tdep.c: New file.
* aarch64-tdep.h: New file.
* configure.tgt: Add AArch64.
* features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
(aarch64-expedite): New definition.
* features/aarch64-core.xml: New file.
* features/aarch64-fpu.xml: New file.
* features/aarch64-without-fpu.c: New file (generated).
* features/aarch64-without-fpu.xml: New file.
* features/aarch64.c: New file (generated).
* features/aarch64.xml: New file.
* regformats/aarch64-without-fpu.dat: New file (generated).
* regformats/aarch64.dat: New file (generated).
Diffstat (limited to 'gdb/features/aarch64.xml')
-rw-r--r-- | gdb/features/aarch64.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/features/aarch64.xml b/gdb/features/aarch64.xml new file mode 100644 index 0000000..cfd5bf7 --- /dev/null +++ b/gdb/features/aarch64.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!-- Copyright (C) 2009-2013 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</architecture> + <xi:include href="aarch64-core.xml"/> + <xi:include href="aarch64-fpu.xml"/> +</target> |