| OLD | NEW |
| 1 /* System includes and definitions used by the Motorola MCore simulator. | 1 /* System includes and definitions used by the Motorola MCore simulator. |
| 2 Copyright (C) 1999, 2007-2012 Free Software Foundation, Inc. | 2 Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 3 Contributed by Cygnus Solutions. | 3 Contributed by Cygnus Solutions. |
| 4 | 4 |
| 5 This file is part of GDB, the GNU debugger. | 5 This file is part of GDB, the GNU debugger. |
| 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, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 | 85 |
| 86 #include "fopen-same.h" | 86 #include "fopen-same.h" |
| 87 #define hosts_std_host_H | 87 #define hosts_std_host_H |
| 88 #endif | 88 #endif |
| 89 | 89 |
| 90 #ifdef STDC_HEADERS | 90 #ifdef STDC_HEADERS |
| 91 #include <stddef.h> | 91 #include <stddef.h> |
| 92 #endif /* STDC_HEADERS */ | 92 #endif /* STDC_HEADERS */ |
| 93 | 93 |
| 94 #endif /* __SYSDEP_H */ | 94 #endif /* __SYSDEP_H */ |
| OLD | NEW |