Commit 4ed506a4 by Glen Nakamura Committed by Jeff Law

cccp.c (rescan): Fixed obp pointer handling around call to check_expand subroutine.

        * cccp.c (rescan): Fixed obp pointer handling around call to
        check_expand subroutine.

From-SVN: r30230
parent 2c375143
Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
* cccp.c (rescan): Fixed obp pointer handling around call to
check_expand subroutine.
Thu Oct 28 02:15:22 1999 Jeffrey A Law (law@cygnus.com)
* arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
......
......@@ -3340,7 +3340,9 @@ randomchar:
#endif
if (output_marks) {
op->bufp = obp;
check_expand (op, limit - ibp + 2);
obp = op->bufp;
*obp++ = '\n';
*obp++ = '-';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment