| OLD | NEW |
| 1 /* Target-dependent code for GNU/Linux AMD64. | 1 /* Target-dependent code for GNU/Linux AMD64. |
| 2 | 2 |
| 3 Copyright (C) 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 amd64_sys_unshare = 272, | 303 amd64_sys_unshare = 272, |
| 304 amd64_sys_set_robust_list = 273, | 304 amd64_sys_set_robust_list = 273, |
| 305 amd64_sys_get_robust_list = 274, | 305 amd64_sys_get_robust_list = 274, |
| 306 amd64_sys_splice = 275, | 306 amd64_sys_splice = 275, |
| 307 amd64_sys_tee = 276, | 307 amd64_sys_tee = 276, |
| 308 amd64_sys_sync_file_range = 277, | 308 amd64_sys_sync_file_range = 277, |
| 309 amd64_sys_vmsplice = 278, | 309 amd64_sys_vmsplice = 278, |
| 310 amd64_sys_move_pages = 279, | 310 amd64_sys_move_pages = 279, |
| 311 }; | 311 }; |
| 312 | 312 |
| 313 extern void amd64_linux_init_gregset (struct gdbarch_tdep *tdep); |
| 314 |
| 313 #endif /* amd64-linux-tdep.h */ | 315 #endif /* amd64-linux-tdep.h */ |
| OLD | NEW |