improved -c option
This commit is contained in:
parent
d35035fab8
commit
d747651237
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue