[C++] Drop -fpermissive hack
[deliverable/binutils-gdb.git] / gdb / xtensa-xtregs.c
index 9faa50df2f06940abff9a1dc79eb90d63993e0f7..486b7a6d347933e928157eccb57ef7601db925a4 100644 (file)
@@ -1,11 +1,11 @@
 /* Table mapping between kernel xtregset and GDB register cache.
-   Copyright 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2 of the
+   published by the Free Software Foundation; either version 3 of the
    License, or (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -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 }
 };
 
This page took 0.024928 seconds and 4 git commands to generate.