* dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.
[deliverable/binutils-gdb.git] / gas / as.c
index ff3c9835f6d8db7f4546fa1bb450a9d91b142d1c..27a0089fcefe0967161477473f1ccfaa035183e2 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -911,9 +911,9 @@ main (argc, argv)
      assembly debugging or on behalf of the compiler, emit it now.  */
   dwarf2_finish ();
 
-#ifdef TARGET_USE_CFIPOP
+  /* If we constructed dwarf2 .eh_frame info, either via .cfi 
+     directives from the user or by the backend, emit it now.  */
   cfi_finish ();
-#endif
 
   if (seen_at_least_1_file ()
       && (flag_always_generate_output || had_errors () == 0))
This page took 0.024065 seconds and 4 git commands to generate.