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

Side by Side Diff: gdb/target-descriptions.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/target.c ('k') | gdb/testsuite/.gdbinit » ('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 /* 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
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

OLDNEW
« no previous file with comments | « gdb/target.c ('k') | gdb/testsuite/.gdbinit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698