| OLD | NEW |
| 1 /* Target-dependent code for Solaris UltraSPARC. | 1 /* Target-dependent code for Solaris UltraSPARC. |
| 2 | 2 |
| 3 Copyright (C) 2003-2004, 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 2003-2013 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. |
| 11 | 11 |
| 12 This program is distributed in the hope that it will be useful, | 12 This program is distributed in the hope that it will be useful, |
| 13 but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 21 matching lines...) Expand all Loading... |
| 35 /* From <sys/regset.h>. */ | 35 /* From <sys/regset.h>. */ |
| 36 const struct sparc_gregset sparc64_sol2_gregset = | 36 const struct sparc_gregset sparc64_sol2_gregset = |
| 37 { | 37 { |
| 38 32 * 8, /* "tstate" */ | 38 32 * 8, /* "tstate" */ |
| 39 33 * 8, /* %pc */ | 39 33 * 8, /* %pc */ |
| 40 34 * 8, /* %npc */ | 40 34 * 8, /* %npc */ |
| 41 35 * 8, /* %y */ | 41 35 * 8, /* %y */ |
| 42 -1, /* %wim */ | 42 -1, /* %wim */ |
| 43 -1, /* %tbr */ | 43 -1, /* %tbr */ |
| 44 1 * 8, /* %g1 */ | 44 1 * 8, /* %g1 */ |
error: old chunk mismatch |
None
| OLD | NEW |