forked from Imagelibrary/binutils-gdb
2002-10-25 Andrew Cagney <cagney@redhat.com>
* complaints.h (struct deprecated_complaint): Rename `struct complaint'. * complaints.c (complain): Update. * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete incorrect comment indicating that "symfile.h" was being included for the `struct complaint' definition. * remote-vx.c: Update. * objc-lang.c: Update. * xcoffread.c: Update. * hpread.c: Update. * mdebugread.c: Update. * stabsread.c: Update. * dwarf2read.c: Update. * dwarfread.c: Update. * elfread.c: Update. * coffread.c: Update. * stabsread.h: Update. * dbxread.c: Update. * buildsym.c: Update. * gdbtypes.c: Update. * macrotab.c: Update.
This commit is contained in:
24
gdb/hpread.c
24
gdb/hpread.c
@@ -129,52 +129,52 @@ struct symloc
|
||||
|
||||
/* FIXME: Shouldn't this stuff be in a .h file somewhere? */
|
||||
/* Complaints about the symbols we have encountered. */
|
||||
extern struct complaint string_table_offset_complaint;
|
||||
extern struct complaint lbrac_unmatched_complaint;
|
||||
extern struct complaint lbrac_mismatch_complaint;
|
||||
extern struct deprecated_complaint string_table_offset_complaint;
|
||||
extern struct deprecated_complaint lbrac_unmatched_complaint;
|
||||
extern struct deprecated_complaint lbrac_mismatch_complaint;
|
||||
|
||||
static struct complaint hpread_unhandled_end_common_complaint =
|
||||
static struct deprecated_complaint hpread_unhandled_end_common_complaint =
|
||||
{
|
||||
"unhandled symbol in hp-symtab-read.c: DNTT_TYPE_COMMON/DNTT_TYPE_END.\n", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_unhandled_type_complaint =
|
||||
static struct deprecated_complaint hpread_unhandled_type_complaint =
|
||||
{
|
||||
"hpread_type_translate: unhandled type code.", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_struct_complaint =
|
||||
static struct deprecated_complaint hpread_struct_complaint =
|
||||
{
|
||||
"hpread_read_struct_type: expected SVAR type...", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_array_complaint =
|
||||
static struct deprecated_complaint hpread_array_complaint =
|
||||
{
|
||||
"error in hpread_array_type.", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_type_lookup_complaint =
|
||||
static struct deprecated_complaint hpread_type_lookup_complaint =
|
||||
{
|
||||
"error in hpread_type_lookup().", 0, 0
|
||||
};
|
||||
|
||||
|
||||
static struct complaint hpread_unexpected_end_complaint =
|
||||
static struct deprecated_complaint hpread_unexpected_end_complaint =
|
||||
{
|
||||
"internal error in hp-symtab-read.c: Unexpected DNTT_TYPE_END kind.", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_tagdef_complaint =
|
||||
static struct deprecated_complaint hpread_tagdef_complaint =
|
||||
{
|
||||
"error processing class tagdef", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_unhandled_common_complaint =
|
||||
static struct deprecated_complaint hpread_unhandled_common_complaint =
|
||||
{
|
||||
"unhandled symbol in hp-symtab-read.c: DNTT_TYPE_COMMON.", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint hpread_unhandled_blockdata_complaint =
|
||||
static struct deprecated_complaint hpread_unhandled_blockdata_complaint =
|
||||
{
|
||||
"unhandled symbol in hp-symtab-read.c: DNTT_TYPE_BLOCKDATA.", 0, 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user