* ada-lang.c (_initialize_ada_language): Attach executable_changed

observer.
This commit is contained in:
Joel Brobecker 2007-12-29 05:37:25 +00:00
parent 17b939cdc8
commit 6b69afc449
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-12-29 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (_initialize_ada_language): Attach executable_changed
observer.
2007-12-28 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (ada_evaluate_subexp): Break two large expressions

View File

@ -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);
}