| OLD | NEW |
| 1 /* Target description support for GDB. | 1 /* Target description support for GDB. |
| 2 | 2 |
| 3 Copyright (C) 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 2006-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 Contributed by CodeSourcery. | 5 Contributed by CodeSourcery. |
| 6 | 6 |
| 7 This file is part of GDB. | 7 This file is part of GDB. |
| 8 | 8 |
| 9 This program is free software; you can redistribute it and/or modify | 9 This program is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 field_type = builtin_type (gdbarch)->builtin_uint32; | 647 field_type = builtin_type (gdbarch)->builtin_uint32; |
| 648 | 648 |
| 649 fld = append_composite_type_field_raw (type, xstrdup (f->name), | 649 fld = append_composite_type_field_raw (type, xstrdup (f->name), |
| 650 field_type); | 650 field_type); |
| 651 | 651 |
| 652 /* For little-endian, BITPOS counts from the LSB of | 652 /* For little-endian, BITPOS counts from the LSB of |
| 653 the structure and marks the LSB of the field. For | 653 the structure and marks the LSB of the field. For |
| 654 big-endian, BITPOS counts from the MSB of the | 654 big-endian, BITPOS counts from the MSB of the |
| 655 structure and marks the MSB of the field. Either | 655 structure and marks the MSB of the field. Either |
| 656 way, it is the number of bits to the "left" of the | 656 way, it is the number of bits to the "left" of the |
error: old chunk mismatch |
None
| OLD | NEW |