Remove references to ada_name_for_lookup (deleted)
This function was deleted on 2017-11-08, but its declaration and a reference to it in a comment was left behind. This patch just removes those. gdb/ChangeLog: * ada-lang.c (name_match_type_from_name): Remove reference to ada_name_for_lookup in function's documentation. * ada-lang.h (ada_name_for_lookup): Delete declaration. Tested by rebuilding GDB.
This commit is contained in:
parent
d4dd94f863
commit
f98b2e334f
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-02-14 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-lang.c (name_match_type_from_name): Remove reference to
|
||||
ada_name_for_lookup in function's documentation.
|
||||
* ada-lang.h (ada_name_for_lookup): Delete declaration.
|
||||
|
||||
2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* defs.h (enum openp_flags): New enum.
|
||||
|
|
|
@ -4766,7 +4766,7 @@ cache_symbol (const char *name, domain_enum domain, struct symbol *sym,
|
|||
searching for all symbols matching LOOKUP_NAME.
|
||||
|
||||
LOOKUP_NAME is expected to be a symbol name after transformation
|
||||
for Ada lookups (see ada_name_for_lookup). */
|
||||
for Ada lookups. */
|
||||
|
||||
static symbol_name_match_type
|
||||
name_match_type_from_name (const char *lookup_name)
|
||||
|
|
|
@ -375,8 +375,6 @@ extern char *ada_breakpoint_rewrite (char *, int *);
|
|||
|
||||
extern char *ada_main_name (void);
|
||||
|
||||
extern std::string ada_name_for_lookup (const char *name);
|
||||
|
||||
extern void create_ada_exception_catchpoint
|
||||
(struct gdbarch *gdbarch, enum ada_exception_catchpoint_kind ex_kind,
|
||||
char *excep_string, const std::string &cond_string, int tempflag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue