Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / mt-tdep.c
index 44983f0692af9acd5404a8ff518ab5b5b55dbab6..5d7f31cda5ac00ac08e305935c0e0a2539e09489 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Morpho mt processor, for GDB.
 
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -676,12 +676,11 @@ mt_registers_info (struct gdbarch *gdbarch,
        {
          /* Special output handling for 38-bit context register.  */
          unsigned char *buff;
-         unsigned int *bytes, i, regsize;
+         unsigned int i, regsize;
 
          regsize = register_size (gdbarch, regnum);
 
          buff = (unsigned char *) alloca (regsize);
-         bytes = XALLOCAVEC (unsigned int, regsize);
 
          deprecated_frame_register_read (frame, regnum, buff);
 
This page took 0.023807 seconds and 4 git commands to generate.