2010-05-17 Michael Snyder <msnyder@vmware.com>

* valarith.c: White space.
	* valops.c: White space.
	* valprint.c: White space.
	* value.c: White space.
	* varobj.c: White space.
	* xcoffread.c: White space.
	* xml-support.c: White space.
	* xml-tdesc.c: White space.
This commit is contained in:
Michael Snyder 2010-05-17 18:48:52 +00:00
parent 0cce5bd9dd
commit a109c7c104
9 changed files with 168 additions and 45 deletions

View file

@ -261,6 +261,7 @@ tdesc_start_struct (struct gdb_xml_parser *parser,
{
int size = (int) * (ULONGEST *)
VEC_index (gdb_xml_value_s, attributes, 1)->value;
tdesc_set_struct_size (type, size);
data->current_type_size = size;
}