Copy aarch64-linux.xml to build tree.
authorYao Qi <yao.qi@linaro.org>
Mon, 15 Jun 2015 11:41:09 +0000 (12:41 +0100)
committerYao Qi <yao.qi@linaro.org>
Mon, 15 Jun 2015 12:38:21 +0000 (13:38 +0100)
This patch fixes a bug that aarch64-linux.xml isn't copied to the
build tree, so that some tests catch-syscall.exp fail.

gdb:

2015-06-15  Yao Qi  <yao.qi@linaro.org>

* data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.

gdb/ChangeLog
gdb/data-directory/Makefile.in

index db586f9..f7c3dcc 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-15  Yao Qi  <yao.qi@linaro.org>
+
+       * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
+
 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
 
        * build-id.c: Don't include elf-bfd.h.
index 30cfd17..abca534 100644 (file)
@@ -46,7 +46,7 @@ SYSCALLS_DIR = syscalls
 SYSCALLS_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(SYSCALLS_DIR)
 SYSCALLS_FILES = \
        gdb-syscalls.dtd \
-       arm-linux.xml \
+       arm-linux.xml aarch64-linux.xml \
        ppc-linux.xml ppc64-linux.xml \
        i386-linux.xml amd64-linux.xml \
        sparc-linux.xml sparc64-linux.xml \