mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Oops, forgot the parens.
This commit is contained in:
@ -3190,10 +3190,12 @@ psymtab_to_symtab_1 (pst, filename)
|
|||||||
;
|
;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
/* Handle encoded stab line number. */
|
/* Handle encoded stab line number. */
|
||||||
valu += ANOFFSET (pst->section_offsets, SECT_OFF_TEXT);
|
valu += ANOFFSET (pst->section_offsets, SECT_OFF_TEXT);
|
||||||
record_line (current_subfile, sh.index, valu);
|
record_line (current_subfile, sh.index, valu);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (sh.st == stProc || sh.st == stStaticProc
|
else if (sh.st == stProc || sh.st == stStaticProc
|
||||||
|| sh.st == stStatic || sh.st == stEnd)
|
|| sh.st == stStatic || sh.st == stEnd)
|
||||||
/* These are generated by gcc-2.x, do not complain */
|
/* These are generated by gcc-2.x, do not complain */
|
||||||
|
Reference in New Issue
Block a user