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] Fix aarch64-none-elf build error


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

commit 7696f5c95761be03db7ac62683aa027ecea30fa7
Author: Alan Hayward <alan.hayward@arm.com>
Date:   Fri Nov 24 15:54:57 2017 +0000

    Fix aarch64-none-elf build error
    
    gdb/
    	* configure.tgt: Add arch/aarch64.o

Diff:
---
 gdb/ChangeLog     | 4 ++++
 gdb/configure.tgt | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1030729..891abe6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-24  Alan Hayward  <alan.hayward@arm.com>
+
+	* configure.tgt: Add arch/aarch64.o
+
 2017-11-24  Simon Marchi  <simon.marchi@polymtl.ca>
 
 	* common/common-utils.h: Include poison.h.
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index daec0a7..701ad6c 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -46,7 +46,7 @@ amd64_tobjs="amd64-tdep.o arch/amd64.o"
 
 case "${targ}" in
 aarch64*-*-*)
-	cpu_obs="aarch64-tdep.o arch/aarch64-insn.o";;
+	cpu_obs="aarch64-tdep.o arch/aarch64-insn.o arch/aarch64.o";;
 
 alpha*-*-*)
 	# Target: Alpha


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