From a9df6b2252191b5e881a9dde984500b264181a54 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 14 Jan 2011 13:53:02 +0000 Subject: 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. --- gdb/ia64-hpux-tdep.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gdb/ia64-hpux-tdep.c') 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 -- cgit v1.1