From ca3bf3bdbe69f60b3ab1c834e621297f2fec0775 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 14 Nov 2006 21:53:59 +0000 Subject: 2006-11-14 Maxim Grigoriev * NEWS: New port to Xtensa. * Makefile.in: Add dependencies for Xtensa files. * configure.tgt (xtensa*, xtensa*-*-elf*): New. * configure.host (xtensa*-*-elf*): New. * config/xtensa/xtensa.mt: New file. * xtensa-config.c: New file. * xtensa-tdep.h: New file. * xtensa-tdep.c: New file. 2006-11-14 Maxim Grigoriev * gdb.texinfo (Contributors): Add contributors of Xtensa port. --- gdb/configure.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 24a3447..bbfe498 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -28,6 +28,7 @@ sh*) gdb_host_cpu=sh ;; x86_64*) gdb_host_cpu=i386 ;; xscale*) gdb_host_cpu=arm ;; m32r*) gdb_host_cpu=m32r ;; +xtensa*) gdb_host_cpu=xtensa ;; *) gdb_host_cpu=$host_cpu ;; esac @@ -156,6 +157,8 @@ x86_64-*-openbsd*) gdb_host=obsd64 ;; m32r*-*-linux*) gdb_host=linux ;; +xtensa*-*-linux*) gdb_host=linux ;; + esac -- cgit v1.1