* ada-lang.c (_initialize_ada_language): Attach executable_changed
observer.
This commit is contained in:
parent
17b939cdc8
commit
6b69afc449
2 changed files with 7 additions and 0 deletions
|
@ -10534,4 +10534,6 @@ _initialize_ada_language (void)
|
|||
decoded_names_store = htab_create_alloc
|
||||
(256, htab_hash_string, (int (*)(const void *, const void *)) streq,
|
||||
NULL, xcalloc, xfree);
|
||||
|
||||
observer_attach_executable_changed (ada_executable_changed_observer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue