PR breakpoint/12803
[deliverable/binutils-gdb.git] / gdb / ia64-hpux-tdep.c
index c03a00e0f63dfa8df72028f943320b1422a8de22..e90a45020eba9e59c047995ff27d9ec4c35b924e 100644 (file)
    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
This page took 0.023628 seconds and 4 git commands to generate.