Return std::string from perror_string
[deliverable/binutils-gdb.git] / gas / ecoff.c
index 5c373121a7bbda4542134cb0d7d48d5178564e8b..325c3de362168d970cde1194d8cda9bb0b786053 100644 (file)
     #26             48  0x00000030  struct no name { ifd = -1, index = 1048575 }
 */
 \f
-/* Redefinition of of storage classes as an enumeration for better
+/* Redefinition of storage classes as an enumeration for better
    debugging.  */
 
 typedef enum sc {
@@ -3025,6 +3025,10 @@ ecoff_directive_end (int ignore ATTRIBUTE_UNUSED)
                                         frag_now),
                             (bfd_vma) 0, (symint_t) 0, (symint_t) 0);
 
+#ifdef md_flush_pending_output
+  md_flush_pending_output ();
+#endif
+
   cur_proc_ptr = (proc_t *) NULL;
 
   (void) restore_line_pointer (name_end);
This page took 0.022681 seconds and 4 git commands to generate.