This commit is contained in:
Andrew Cagney 2002-03-17 01:32:54 +00:00
parent 9d01611c4c
commit ee2d3b3a59
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@
* value.h (struct value): Delete field ``substring_addr''. Change
aligner fields to force_doublest_align, force_longest_align,
force_core_addr_align and force_pointer_align.
force_core_addr_align and force_pointer_aligh.
* value.h (struct value): Fix typo in above change.
2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>

View File

@ -161,7 +161,7 @@ struct value
DOUBLEST force_doublest_align;
LONGEST force_longest_align;
CORE_ADDR force_core_addr_align;
void *force_pointer_aligh;
void *force_pointer_align;
}
aligner;
/* Do not add any new members here -- contents above will trash them */