change delegation for to_read_description
[deliverable/binutils-gdb.git] / gdb / xtensa-tdep.h
index 96d822e90ffa4e45d669c8c1bd1c5ed7426f0810..d7ba5628e42a583b4b0fadba9d06ba570f3ea949 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for the Xtensa port of GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -85,7 +84,7 @@ typedef enum
 /* Xtensa ELF core file register set representation ('.reg' section).
    Copied from target-side ELF header <xtensa/elf.h>.  */
 
-typedef unsigned long xtensa_elf_greg_t;
+typedef uint32_t xtensa_elf_greg_t;
 
 typedef struct
 {
This page took 0.025538 seconds and 4 git commands to generate.