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.
This commit is contained in:
parent
1e5338b6e7
commit
d1168cc1a9
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue