forked from Imagelibrary/binutils-gdb
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:
@@ -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 != ';');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user