X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcoffread.c;h=c7997455103ec436085eb9adab2be5bf801dd06b;hb=0963b4bd458eab010b3b19c9ffd8eb790f2cd06c;hp=912aeda1cccbf8f72fa614a0b555eaba209e260d;hpb=87973e9f82d516acbf4f484ba56febe17a3b312d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/coffread.c b/gdb/coffread.c index 912aeda1cc..c799745510 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -1090,7 +1090,7 @@ coff_symtab_read (long symtab_offset, unsigned int nsyms, else if (strcmp (cs->c_name, ".eb") == 0) { if (context_stack_depth <= 0) - { /* We attempted to pop an empty context stack. */ + { /* We attempted to pop an empty context stack. */ complaint (&symfile_complaints, _("`.eb' symbol without matching `.bb' " "symbol ignored starting at symnum %d"), @@ -1652,7 +1652,7 @@ process_coff_symbol (struct coff_symbol *cs, SYMBOL_CLASS (sym) = LOC_TYPEDEF; SYMBOL_DOMAIN (sym) = VAR_DOMAIN; - /* If type has no name, give it one */ + /* If type has no name, give it one. */ if (TYPE_NAME (SYMBOL_TYPE (sym)) == 0) { if (TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_PTR