* top.c (gdb_prompt_string): Delete, unused.
[binutils-gdb.git] / gdb / xtensa-xtregs.c
index 9faa50df2f06940abff9a1dc79eb90d63993e0f7..f090e707180a4758429229c9833d9614f9f9a2c0 100644 (file)
@@ -1,5 +1,5 @@
 /* Table mapping between kernel xtregset and GDB register cache.
-   Copyright 2007, 2008 Free Software Foundation, Inc.
+   Copyright 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,10 +28,11 @@ typedef struct {
   char* name
 ;} xtensa_regtable_t;
 
-#define XTENSA_ELF_XTREG_SIZE  0
+#define XTENSA_ELF_XTREG_SIZE  4
 
 const xtensa_regtable_t  xtensa_regmap_table[] = {
   /* gnum,gofs,cpofs,ofs,siz,cp, dbnum,  name */
+  {   44, 176,   0,   0,  4, -1, 0x020c, "scompare1" },
   { 0 }
 };