forked from Imagelibrary/binutils-gdb
fix ARI warnings introduced by ia64-hpux patches
gdb/ChangeLog:
* ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
new-line at end of warning message.
(ia64_hpux_store_register): Remove trailing new-line at end of
error message.
* ia64-hpux-tdep.c: Rephrase comment.
* solib-ia64-hpux.c (struct dld_info): Change type of field
dld_flags from "long long" to ULONGEST.
This commit is contained in:
@@ -36,11 +36,11 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user