This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Copy aarch64-linux.xml to build tree.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d1168cc1a9825b96747440b0bd1f82c4498e6343

commit d1168cc1a9825b96747440b0bd1f82c4498e6343
Author: Yao Qi <yao.qi@linaro.org>
Date:   Mon Jun 15 12:41:09 2015 +0100

    Copy aarch64-linux.xml to build tree.
    
    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.

Diff:
---
 gdb/ChangeLog                  | 4 ++++
 gdb/data-directory/Makefile.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index db586f9..f7c3dcc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in
index 30cfd17..abca534 100644
--- a/gdb/data-directory/Makefile.in
+++ b/gdb/data-directory/Makefile.in
@@ -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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]