PR c++/15176:
[deliverable/binutils-gdb.git] / gdb / i386fbsd-tdep.c
index 17d88a724d7e8311ccff54a3d60a1486f4e08778..2b49f80c2c596c41019e9b02342fb4879e555539 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for FreeBSD/i386.
 
-   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -87,7 +86,7 @@ static void
 i386fbsd_supply_uthread (struct regcache *regcache,
                         int regnum, CORE_ADDR addr)
 {
-  char buf[4];
+  gdb_byte buf[4];
   int i;
 
   gdb_assert (regnum >= -1);
@@ -107,7 +106,7 @@ static void
 i386fbsd_collect_uthread (const struct regcache *regcache,
                          int regnum, CORE_ADDR addr)
 {
-  char buf[4];
+  gdb_byte buf[4];
   int i;
 
   gdb_assert (regnum >= -1);
This page took 0.025468 seconds and 4 git commands to generate.