| OLD | NEW |
| 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 Loading... |
| 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 |
None
| OLD | NEW |