mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 07:28:44 +08:00
* linespec.c (decode_line_1): Fix a couple of comments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-15 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* linespec.c (decode_line_1): Fix a couple of comments.
|
||||||
|
|
||||||
2008-05-15 Alan Modra <amodra@bigpond.net.au>
|
2008-05-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* dbxread.c: Formatting.
|
* dbxread.c: Formatting.
|
||||||
|
@ -771,7 +771,7 @@ decode_line_1 (char **argptr, int funfirstline, struct symtab *default_symtab,
|
|||||||
return decode_compound (argptr, funfirstline, canonical,
|
return decode_compound (argptr, funfirstline, canonical,
|
||||||
saved_arg, p);
|
saved_arg, p);
|
||||||
|
|
||||||
/* No, the first part is a filename; set s to be that file's
|
/* No, the first part is a filename; set file_symtab to be that file's
|
||||||
symtab. Also, move argptr past the filename. */
|
symtab. Also, move argptr past the filename. */
|
||||||
|
|
||||||
file_symtab = symtab_from_filename (argptr, p, is_quote_enclosed,
|
file_symtab = symtab_from_filename (argptr, p, is_quote_enclosed,
|
||||||
@ -812,7 +812,7 @@ decode_line_1 (char **argptr, int funfirstline, struct symtab *default_symtab,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* S is specified file's symtab, or 0 if no file specified.
|
/* file_symtab is specified file's symtab, or 0 if no file specified.
|
||||||
arg no longer contains the file name. */
|
arg no longer contains the file name. */
|
||||||
|
|
||||||
/* Check whether arg is all digits (and sign). */
|
/* Check whether arg is all digits (and sign). */
|
||||||
|
Reference in New Issue
Block a user