improved the c-flag, and corrected a bug in the produced relocation info

This commit is contained in:
ceriel
1987-08-26 13:22:44 +00:00
parent 7de2968629
commit c1ffb28416
6 changed files with 22 additions and 17 deletions

View File

@@ -583,7 +583,7 @@ write_bytes()
/*
* The rest depends on the flags.
*/
if (flagword & RFLAG)
if (flagword & (RFLAG|CFLAG))
wr_relo((struct outrelo *) mems[ALLORELO].mem_base,
outhead.oh_nrelo);
if (!(flagword & SFLAG)) {