From 771b4502d5e67d90e46529beb9e73ec37151828d Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Wed, 22 Nov 2006 13:49:53 +0000 Subject: * config/powerpc/spu-linux.mh: New file. * config/spu/spu.mt: New file. * configure.ac: Provide gdb_native configuration variable. * configure: Regenerate. * configure.host: Support powerpc64 to spu 'pseudo-native' mode. * configure.tgt: Add "spu" target_cpu and "spu*-*-*" target. * Makefile.in (spu_tdep_h): New variable. (ALLDEPFILES): Add spu-linux-nat.c and spu-tdep.c (spu-linux-nat.o, spu-tdep.o): Add dependencies. * spu-linux-nat.c: New file. * spu-tdep.c: New file. * spu-tdep.h: New file. --- gdb/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b3f4b41..881cddb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2006-11-22 Ulrich Weigand + * config/powerpc/spu-linux.mh: New file. + * config/spu/spu.mt: New file. + * configure.ac: Provide gdb_native configuration variable. + * configure: Regenerate. + * configure.host: Support powerpc64 to spu 'pseudo-native' mode. + * configure.tgt: Add "spu" target_cpu and "spu*-*-*" target. + * Makefile.in (spu_tdep_h): New variable. + (ALLDEPFILES): Add spu-linux-nat.c and spu-tdep.c + (spu-linux-nat.o, spu-tdep.o): Add dependencies. + * spu-linux-nat.c: New file. + * spu-tdep.c: New file. + * spu-tdep.h: New file. + +2006-11-22 Ulrich Weigand + * findvar.c (address_from_register): New function. * value.h (address_from_register): Add prototype. * dwarf2loc.c (dwarf_expr_read_reg): Use address_from_register. -- cgit v1.1