aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-hpux-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ia64-hpux-tdep.c')
-rw-r--r--gdb/ia64-hpux-tdep.c10
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