Fixed a place where dbx symbol name continuation was appearing in an

unexpected place, causing the `Trace' type in gperf/main.o to be
mis-parsed.
This commit is contained in:
Michael Tiemann
1992-03-24 15:28:40 +00:00
parent 62a469e129
commit be1384b056
2 changed files with 6 additions and 0 deletions

View File

@@ -2579,6 +2579,7 @@ read_struct_type (pp, type, objfile)
mainlist = new_mainlist;
nfn_fields++;
total_length += length;
if (**pp == '\\') *pp = next_symbol_text ();
}
while (**pp != ';');
}