From c4124bf18d477151427aca528603b54474120782 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 17 Oct 2013 13:31:33 +0000 Subject: Remove ada-varobj.h. As a result of previous patch, extern functions in ada-varobj.c can be made static, and ada-varobj.h can be removed too. gdb: 2013-10-17 Yao Qi * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h. * ada-varobj.c: Remove the include of ada-varobj.h. (ada_varobj_get_number_of_children): Declare. (ada_varobj_get_name_of_child): Make it static. (ada_varobj_get_path_expr_of_child): Likewise. (ada_varobj_get_value_of_child): Likewise. (ada_varobj_get_type_of_child): Likewise. (ada_varobj_get_value_of_array_variable): Likewise. * ada-varobj.h: Remove. --- gdb/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db0982a..4b7e028 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2013-10-17 Yao Qi + * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h. + * ada-varobj.c: Remove the include of ada-varobj.h. + (ada_varobj_get_number_of_children): Declare. + (ada_varobj_get_name_of_child): Make it static. + (ada_varobj_get_path_expr_of_child): Likewise. + (ada_varobj_get_value_of_child): Likewise. + (ada_varobj_get_type_of_child): Likewise. + (ada_varobj_get_value_of_array_variable): Likewise. + * ada-varobj.h: Remove. + +2013-10-17 Yao Qi + * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c. (COMMON_OBS): Add c-varobj.o and jv-varobj.o. * ada-varobj.c: Include "varobj.h". -- cgit v1.1