improved -c option
This commit is contained in:
parent
92ffe487b3
commit
2571458361
@ -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…
x
Reference in New Issue
Block a user