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
This commit is contained in:
Glen Nakamura 1999-10-28 08:45:37 +00:00 committed by Jeff Law
parent 2c37514337
commit 4ed506a4f6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -3340,7 +3340,9 @@ randomchar:
#endif
if (output_marks) {
op->bufp = obp;
check_expand (op, limit - ibp + 2);
obp = op->bufp;
*obp++ = '\n';
*obp++ = '-';
}