From: Stu Grossman Date: Fri, 20 Sep 1991 20:15:20 +0000 (+0000) Subject: Sign extend extended line offsets in parse_lines correctly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4c53fb006caeed1b8b6c0b2b2be7bc01f0d9d02;p=binutils-gdb.git Sign extend extended line offsets in parse_lines correctly. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6911207cb1..4c3d89aff01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Fri Sep 20 12:27:55 1991 Stu Grossman (grossman at cygnus.com) + * mipsread.c (parse_lines): Deal with negative extended line + offsets correctly. + * c-exp.y, m2-exp.y: #define yyerrflag and yynerrs to avoid global symbol conflicts.