improved -c option

This commit is contained in:
ceriel 1987-08-19 14:10:39 +00:00
parent 92ffe487b3
commit 2571458361

View File

@ -407,7 +407,7 @@ norm_commons()
} }
name++; name++;
} }
if (flagword & RFLAG) return; if ((flagword & RFLAG) && !(flagword & CFLAG)) return;
/* /*
* RFLAG is off, so we need not produce relocatable output. * RFLAG is off, so we need not produce relocatable output.