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:
Joel Brobecker
2011-01-14 13:53:02 +00:00
parent ecb956dd69
commit a9df6b2252
4 changed files with 19 additions and 9 deletions

View File

@@ -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