2006-03-18 Jim Blandy <jimb@codesourcery.com>
* symtab.h (enum address_class): Doc fix.
This commit is contained in:
parent
0a966e2d8f
commit
a849c9ab4f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-03-18 Jim Blandy <jimb@codesourcery.com>
|
||||
|
||||
* symtab.h (enum address_class): Doc fix.
|
||||
|
||||
2006-03-16 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* tracepoint.c (tracepoint_save_command): Fix typo in error msg.
|
||||
|
|
|
@ -554,7 +554,7 @@ enum address_class
|
|||
LOC_INDIRECT,
|
||||
|
||||
/* The variable's address is computed by a set of location
|
||||
functions (see "struct location_funcs" below). */
|
||||
functions (see "struct symbol_ops" below). */
|
||||
LOC_COMPUTED,
|
||||
|
||||
/* Same as LOC_COMPUTED, but for function arguments. */
|
||||
|
|
Loading…
Add table
Reference in a new issue