Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / ia64-hpux-tdep.c
index c03a00e0f63dfa8df72028f943320b1422a8de22..ba8c155e7694ef16157d1f39413601a402e5831a 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the IA-64 for GDB, the GNU debugger.
 
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    prior to the call, but this does not include stacked registers because
    they are seen by GDB as pseudo registers.
 
-   On Linux, these stacked registers can be saved by simply creating
-   a new register frame, or in other words by moving the BSP.  But the
-   HP/UX kernel does not allow this.  So we rely on this code instead,
-   that makes functions calls whose only purpose is to create new
-   register frames.
+   With Linux kernels, these stacked registers can be saved by simply
+   creating a new register frame, or in other words by moving the BSP.
+   But the HP/UX kernel does not allow this.  So we rely on this code
+   instead, that makes functions calls whose only purpose is to create
+   new register frames.
 
    The array below is the result obtained after assembling the code
    shown below. It's an array of bytes in order to make it independent
@@ -265,7 +265,7 @@ ia64_hpux_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,
 {
   ULONGEST cfm;
   int sof, sol, sor, soo;
-  char buf[16];
+  gdb_byte buf[16];
 
   regcache_cooked_read_unsigned (regcache, IA64_CFM_REGNUM, &cfm);
   sof = cfm & 0x7f;
This page took 0.029083 seconds and 4 git commands to generate.