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

Side by Side Diff: gdb/gnu-v2-abi.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/gnu-nat.c ('k') | gdb/gnu-v3-abi.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 /* Abstraction of GNU v2 abi. 1 /* Abstraction of GNU v2 abi.
2 2
3 Copyright (C) 2001-2003, 2005, 2007-2012 Free Software Foundation, 3 Copyright (C) 2001-2003, 2005, 2007-2012 Free Software Foundation,
4 Inc. 4 Inc.
5 5
6 Contributed by Daniel Berlin <dberlin@redhat.com> 6 Contributed by Daniel Berlin <dberlin@redhat.com>
7 7
8 This file is part of GDB. 8 This file is part of GDB.
9 9
10 This program is free software; you can redistribute it and/or modify 10 This program is free software; you can redistribute it and/or modify
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 184
185 *arg1p = arg1; 185 *arg1p = arg1;
186 return vfn; 186 return vfn;
187 } 187 }
188 188
189 189
190 static struct type * 190 static struct type *
191 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) 191 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc)
192 { 192 {
193 struct type *known_type; 193 struct type *known_type;

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/gnu-nat.c ('k') | gdb/gnu-v3-abi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698