improved -c option
authorceriel <none@none>
Wed, 19 Aug 1987 14:10:39 +0000 (14:10 +0000)
committerceriel <none@none>
Wed, 19 Aug 1987 14:10:39 +0000 (14:10 +0000)
util/led/main.c

index c256dce..bb5d65b 100644 (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.