diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-14 13:53:02 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-14 13:53:02 +0000 |
commit | a9df6b2252191b5e881a9dde984500b264181a54 (patch) | |
tree | 91a243351f69800bdadee773675f34d692cfebaa /gdb/ia64-hpux-tdep.c | |
parent | ecb956dd69b89635881426d961d4d3d2b0e7973c (diff) | |
download | gdb-a9df6b2252191b5e881a9dde984500b264181a54.zip gdb-a9df6b2252191b5e881a9dde984500b264181a54.tar.gz gdb-a9df6b2252191b5e881a9dde984500b264181a54.tar.bz2 |
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.
Diffstat (limited to 'gdb/ia64-hpux-tdep.c')
-rw-r--r-- | gdb/ia64-hpux-tdep.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ia64-hpux-tdep.c b/gdb/ia64-hpux-tdep.c index c03a00e..e90a450 100644 --- a/gdb/ia64-hpux-tdep.c +++ b/gdb/ia64-hpux-tdep.c @@ -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 |