| OLD | NEW |
| 1 /* Support for printing Pascal values for GDB, the GNU debugger. | 1 /* Support for printing Pascal values for GDB, the GNU debugger. |
| 2 | 2 |
| 3 Copyright (C) 2000-2001, 2003, 2005-2012 Free Software Foundation, | 3 Copyright (C) 2000-2001, 2003, 2005-2012 Free Software Foundation, |
| 4 Inc. | 4 Inc. |
| 5 | 5 |
| 6 This file is part of GDB. | 6 This file is part of GDB. |
| 7 | 7 |
| 8 This program is free software; you can redistribute it and/or modify | 8 This program is free software; you can redistribute it and/or modify |
| 9 it under the terms of the GNU General Public License as published by | 9 it under the terms of the GNU General Public License as published by |
| 10 the Free Software Foundation; either version 3 of the License, or | 10 the Free Software Foundation; either version 3 of the License, or |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 #include "gdbcore.h" | 31 #include "gdbcore.h" |
| 32 #include "demangle.h" | 32 #include "demangle.h" |
| 33 #include "valprint.h" | 33 #include "valprint.h" |
| 34 #include "typeprint.h" | 34 #include "typeprint.h" |
| 35 #include "language.h" | 35 #include "language.h" |
| 36 #include "target.h" | 36 #include "target.h" |
| 37 #include "annotate.h" | 37 #include "annotate.h" |
| 38 #include "p-lang.h" | 38 #include "p-lang.h" |
| 39 #include "cp-abi.h" | 39 #include "cp-abi.h" |
| 40 #include "cp-support.h" | 40 #include "cp-support.h" |
error: old chunk mismatch |
None
| OLD | NEW |