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] gdb: xtensa: use linux ABI code for uclinux


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

commit f11acc5ec0b9cd35e3582b8f9eef6be5d3c59ad7
Author: Max Filippov <jcmvbkbc@gmail.com>
Date:   Wed Oct 31 17:10:33 2018 -0700

    gdb: xtensa: use linux ABI code for uclinux
    
    gdb/
    2018-11-06  Max Filippov  <jcmvbkbc@gmail.com>
    
    	* configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
    	so that it applies to uclinux as well.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bd8ce4b..af6c497 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-06  Max Filippov  <jcmvbkbc@gmail.com>
+
+	* configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
+	so that it applies to uclinux as well.
+
 2018-11-06  Marius Muench  <marius.muench@eurecom.fr>
 
 	* arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 85f05a4..e1f5e31 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -761,7 +761,7 @@ x86_64-*-openbsd*)
 x86_64-*-rtems*)
 	gdb_target_obs="${amd64_tobjs} ${i386_tobjs} i386-bsd-tdep.o"
 	;;
-xtensa*-*-linux*)
+xtensa*-*-*linux*)
 	# Target: GNU/Linux Xtensa
 	gdb_target_obs="xtensa-linux-tdep.o symfile-mem.o linux-tdep.o"
 	build_gdbserver=yes


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