]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/final.c
final.c (output_addr_const): Output PC as '.' even if !flag_pic.
[gcc.git] / gcc / final.c
index 9302feae7eda0d2d09411bd87e290ccc0e6e7b4f..761bd7142ad0efbf28d794b0c08702bfc145aefb 100644 (file)
@@ -3658,10 +3658,7 @@ output_addr_const (file, x)
   switch (GET_CODE (x))
     {
     case PC:
-      if (flag_pic)
-       putc ('.', file);
-      else
-       abort ();
+      putc ('.', file);
       break;
 
     case SYMBOL_REF:
This page took 0.029406 seconds and 5 git commands to generate.