From f11acc5ec0b9cd35e3582b8f9eef6be5d3c59ad7 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 31 Oct 2018 17:10:33 -0700 Subject: [PATCH] gdb: xtensa: use linux ABI code for uclinux gdb/ 2018-11-06 Max Filippov * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux* so that it applies to uclinux as well. --- 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 + + * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux* + so that it applies to uclinux as well. + 2018-11-06 Marius Muench * 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 -- 2.7.4