| OLD | NEW |
| 1 /* Include file for stabs debugging format support functions. | 1 /* Include file for stabs debugging format support functions. |
| 2 Copyright (C) 1986-1997, 1999-2003, 2007-2012 Free Software | 2 Copyright (C) 1986-2013 Free Software Foundation, Inc. |
| 3 Foundation, Inc. | |
| 4 | 3 |
| 5 This file is part of GDB. | 4 This file is part of GDB. |
| 6 | 5 |
| 7 This program is free software; you can redistribute it and/or modify | 6 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 | 7 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 | 8 the Free Software Foundation; either version 3 of the License, or |
| 10 (at your option) any later version. | 9 (at your option) any later version. |
| 11 | 10 |
| 12 This program is distributed in the hope that it will be useful, | 11 This program is distributed in the hope that it will be useful, |
| 13 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 /* COFF files can have multiple .stab sections, if they are linked | 150 /* COFF files can have multiple .stab sections, if they are linked |
| 152 using --split-by-reloc. This linked list is used to pass the | 151 using --split-by-reloc. This linked list is used to pass the |
| 153 information into the functions in dbxread.c. */ | 152 information into the functions in dbxread.c. */ |
| 154 struct stab_section_list | 153 struct stab_section_list |
| 155 { | 154 { |
| 156 /* Next in list. */ | 155 /* Next in list. */ |
| 157 struct stab_section_list *next; | 156 struct stab_section_list *next; |
| 158 | 157 |
| 159 /* Stab section. */ | 158 /* Stab section. */ |
| 160 asection *section; | 159 asection *section; |
error: old chunk mismatch |
None
| OLD | NEW |