| OLD | NEW |
| 1 /* Target-dependent code for AMD64 Solaris. | 1 /* Target-dependent code for AMD64 Solaris. |
| 2 | 2 |
| 3 Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 Contributed by Joseph Myers, CodeSourcery, LLC. | 5 Contributed by Joseph Myers, CodeSourcery, LLC. |
| 6 | 6 |
| 7 This file is part of GDB. | 7 This file is part of GDB. |
| 8 | 8 |
| 9 This program is free software; you can redistribute it and/or modify | 9 This program is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 20 * 8, /* %rsp */ | 47 20 * 8, /* %rsp */ |
| 48 7 * 8, /* %r8 ... */ | 48 7 * 8, /* %r8 ... */ |
| 49 6 * 8, | 49 6 * 8, |
| 50 5 * 8, | 50 5 * 8, |
| 51 4 * 8, | 51 4 * 8, |
| 52 3 * 8, | 52 3 * 8, |
| 53 2 * 8, | 53 2 * 8, |
| 54 1 * 8, | 54 1 * 8, |
| 55 0 * 8, /* ... %r15 */ | 55 0 * 8, /* ... %r15 */ |
| 56 17 * 8, /* %rip */ | 56 17 * 8, /* %rip */ |
| 57 16 * 8,» » » /* %eflags */ | 57 19 * 8,» » » /* %eflags */ |
| 58 18 * 8, /* %cs */ | 58 18 * 8, /* %cs */ |
| 59 21 * 8, /* %ss */ | 59 21 * 8, /* %ss */ |
| 60 25 * 8, /* %ds */ | 60 25 * 8, /* %ds */ |
| 61 24 * 8, /* %es */ | 61 24 * 8, /* %es */ |
| 62 22 * 8, /* %fs */ | 62 22 * 8, /* %fs */ |
| 63 23 * 8 /* %gs */ | 63 23 * 8 /* %gs */ |
| 64 }; | 64 }; |
| 65 | 65 |
| 66 | 66 |
| 67 | 67 |
| 68 /* Return whether THIS_FRAME corresponds to a Solaris sigtramp | 68 /* Return whether THIS_FRAME corresponds to a Solaris sigtramp |
| 69 routine. */ | 69 routine. */ |
| 70 | 70 |
error: old chunk mismatch |
None
| OLD | NEW |