| OLD | NEW |
| 1 /* Target-dependent code for Solaris SPARC. | 1 /* Target-dependent code for Solaris SPARC. |
| 2 | 2 |
| 3 Copyright (C) 2003-2004, 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 2003-2004, 2006-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 This file is part of GDB. | 5 This file is part of GDB. |
| 6 | 6 |
| 7 This program is free software; you can redistribute it and/or modify | 7 This program is free software; you can redistribute it and/or modify |
| 8 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
| 9 the Free Software Foundation; either version 3 of the License, or | 9 the Free Software Foundation; either version 3 of the License, or |
| 10 (at your option) any later version. | 10 (at your option) any later version. |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 where the third argument is a pointer to an instance of | 56 where the third argument is a pointer to an instance of |
| 57 `ucontext_t', which has a member `uc_mcontext' that contains the | 57 `ucontext_t', which has a member `uc_mcontext' that contains the |
| 58 saved registers. Incidentally, the kernel passes the `ucontext_t' | 58 saved registers. Incidentally, the kernel passes the `ucontext_t' |
| 59 pointer as the third argument of the signal trampoline too, and | 59 pointer as the third argument of the signal trampoline too, and |
| 60 `sigacthandler' simply passes it on. However, if you link your | 60 `sigacthandler' simply passes it on. However, if you link your |
| 61 program with "-L/usr/ucblib -R/usr/ucblib -lucb", the function | 61 program with "-L/usr/ucblib -R/usr/ucblib -lucb", the function |
| 62 `ucbsigvechandler' will be used, which invokes the using the BSD | 62 `ucbsigvechandler' will be used, which invokes the using the BSD |
| 63 convention, where the third argument is a pointer to an instance of | 63 convention, where the third argument is a pointer to an instance of |
| 64 `struct sigcontext'. It is the `ucbsigvechandler' function that | 64 `struct sigcontext'. It is the `ucbsigvechandler' function that |
| 65 converts the `ucontext_t' to a `sigcontext', and back. Unless the | 65 converts the `ucontext_t' to a `sigcontext', and back. Unless the |
error: old chunk mismatch |
None
| OLD | NEW |