improved -c option

This commit is contained in:
ceriel 1987-08-19 14:10:39 +00:00
parent d35035fab8
commit d747651237

View file

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