Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: gdb/stabsread.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/srec.h ('k') | gdb/stabsread.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « gdb/srec.h ('k') | gdb/stabsread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698