mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
gdb/ada-exp.y: Reformat comment to follow GDB's coding standards
This commit reformats a comment in gdb/ada-exp.y to avoid the leading '*' at the beginning of each line of the comment.
This commit is contained in:
@ -1126,15 +1126,15 @@ write_int (struct parser_state *par_state, LONGEST arg, struct type *type)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Emit expression corresponding to the renamed object named
|
/* Emit expression corresponding to the renamed object named
|
||||||
* designated by RENAMED_ENTITY[0 .. RENAMED_ENTITY_LEN-1] in the
|
designated by RENAMED_ENTITY[0 .. RENAMED_ENTITY_LEN-1] in the
|
||||||
* context of ORIG_LEFT_CONTEXT, to which is applied the operations
|
context of ORIG_LEFT_CONTEXT, to which is applied the operations
|
||||||
* encoded by RENAMING_EXPR. MAX_DEPTH is the maximum number of
|
encoded by RENAMING_EXPR. MAX_DEPTH is the maximum number of
|
||||||
* cascaded renamings to allow. If ORIG_LEFT_CONTEXT is null, it
|
cascaded renamings to allow. If ORIG_LEFT_CONTEXT is null, it
|
||||||
* defaults to the currently selected block. ORIG_SYMBOL is the
|
defaults to the currently selected block. ORIG_SYMBOL is the
|
||||||
* symbol that originally encoded the renaming. It is needed only
|
symbol that originally encoded the renaming. It is needed only
|
||||||
* because its prefix also qualifies any index variables used to index
|
because its prefix also qualifies any index variables used to index
|
||||||
* or slice an array. It should not be necessary once we go to the
|
or slice an array. It should not be necessary once we go to the
|
||||||
* new encoding entirely (FIXME pnh 7/20/2007). */
|
new encoding entirely (FIXME pnh 7/20/2007). */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
write_object_renaming (struct parser_state *par_state,
|
write_object_renaming (struct parser_state *par_state,
|
||||||
|
Reference in New Issue
Block a user