mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -1,3 +1,8 @@
|
||||
Tue Mar 24 07:26:19 1992 Michael Tiemann (tiemann@cygnus.com)
|
||||
|
||||
* buildsym.c (read_struct_type): Handle cretinous dbx symbol name
|
||||
continuation in yet another place (between method declarations).
|
||||
|
||||
Mon Mar 23 23:01:41 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* mips-tdep.c: include symfile.h and objfiles.h to fix
|
||||
|
||||
@@ -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