| OLD | NEW |
| 1 /* Native-dependent code for AMD64. | 1 /* Native-dependent code for AMD64. |
| 2 | 2 |
| 3 Copyright (C) 2003-2004, 2007-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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 | 48 |
| 49 extern void amd64_collect_native_gregset (const struct regcache *regcache, | 49 extern void amd64_collect_native_gregset (const struct regcache *regcache, |
| 50 void *gregs, int regnum); | 50 void *gregs, int regnum); |
| 51 | 51 |
| 52 /* Create a prototype *BSD/amd64 target. The client can override it | 52 /* Create a prototype *BSD/amd64 target. The client can override it |
| 53 with local methods. */ | 53 with local methods. */ |
| 54 | 54 |
| 55 extern struct target_ops *amd64bsd_target (void); | 55 extern struct target_ops *amd64bsd_target (void); |
| 56 | 56 |
| 57 #endif /* amd64-nat.h */ | 57 #endif /* amd64-nat.h */ |
| OLD | NEW |