Fix gprof build
[deliverable/binutils-gdb.git] / gdb / i387-tdep.c
index 97bd5f65540b894086ff8a4038ded200381810c2..48a00c36198540a064f22c8510e28d78556aeb09 100644 (file)
@@ -1,7 +1,6 @@
 /* Intel 387 floating point stuff.
 
-   Copyright (C) 1988-1989, 1991-1994, 1998-2005, 2007-2012 Free
-   Software Foundation, Inc.
+   Copyright (C) 1988-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -299,7 +298,7 @@ i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
 
          if (value_entirely_available (regval))
            {
-             const char *raw = value_contents (regval);
+             const gdb_byte *raw = value_contents (regval);
 
              fputs_filtered ("0x", file);
              for (i = 9; i >= 0; i--)
This page took 0.023812 seconds and 4 git commands to generate.