diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-08 21:18:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-08 21:18:13 +0000 |
commit | f83f82bc153ade6a787dd5084f125a4cd7a6a2de (patch) | |
tree | 5d0dea6c9a03cb4e9e53089fbfec116bd0ff97b4 /gdb/hpread.c | |
parent | fb2be677dcb440b001df7739bda229295910a7c8 (diff) | |
download | gdb-f83f82bc153ade6a787dd5084f125a4cd7a6a2de.zip gdb-f83f82bc153ade6a787dd5084f125a4cd7a6a2de.tar.gz gdb-f83f82bc153ade6a787dd5084f125a4cd7a6a2de.tar.bz2 |
2004-04-08 Andrew Cagney <cagney@redhat.com>
* breakpoint.h (deprecated_exception_catchpoints_are_fragile)
(deprecated_exception_support_initialized): Declare.
* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
(initialize_hp_cxx_exception_support)
(child_enable_exception_callback): Update.
* breakpoint.c (deprecated_exception_catchpoints_are_fragile)
(deprecated_exception_support_initialized): Rename
deprecated_exception_catchpoints_are_fragile and
deprecated_exception_support_initialized.
(breakpoint_init_inferior, breakpoint_init_inferior): Update.
* symtab.c (deprecated_hp_som_som_object_present): Rename
hp_som_som_object_present.
* symtab.h (deprecated_hp_som_som_object_present): Declare.
* symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
Update. Delete extern declaration.
* valops.c (hp_som_som_object_present): Ditto.
* parse.c (deprecated_hp_som_som_object_present)
(parse_nested_classes_for_hpacc): Ditto.
* hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
* hppa-hpux-tdep.c (hp_som_som_object_present)
(initialize_hp_cxx_exception_support): Ditto.
* eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
* cp-valprint.c (hp_som_som_object_present)
(cp_print_class_method): Ditto.
* c-typeprint.c (hp_som_som_object_present):
(c_type_print_base): Ditto.
* c-exp.y (hp_som_som_object_present): Ditto.
Diffstat (limited to 'gdb/hpread.c')
-rw-r--r-- | gdb/hpread.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/hpread.c b/gdb/hpread.c index 76e9696..6e92276 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -238,11 +238,6 @@ static dnttpointer hpread_get_next_skip_over_anon_unions (int, dnttpointer, union dnttentry **, struct objfile *); -/* Global to indicate presence of HP-compiled objects, - in particular, SOM executable file with SOM debug info - Defined in symtab.c, used in hppa-tdep.c. */ -extern int hp_som_som_object_present; - /* Static used to indicate a class type that requires a fix-up of one of its method types */ static struct type *fixup_class = NULL; @@ -2875,7 +2870,7 @@ hpread_expand_symtab (struct objfile *objfile, int sym_offset, int sym_size, } current_objfile = NULL; - hp_som_som_object_present = 1; /* Indicate we've processed an HP SOM SOM file */ + deprecated_hp_som_som_object_present = 1; /* Indicate we've processed an HP SOM SOM file */ return end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); } |