Hi,

 I've noticed mmix_asm_output_source_line is declared, but nowhere 
defined.  OK to remove the prototype?

2014-06-10  Maciej W. Rozycki  <ma...@codesourcery.com>

        gcc/
        * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove 
        prototype.

  Maciej

gcc-mmix-prototype-fix.patch
Index: gcc-fsf-trunk-quilt/gcc/config/mmix/mmix-protos.h
===================================================================
--- gcc-fsf-trunk-quilt.orig/gcc/config/mmix/mmix-protos.h      2013-02-07 
02:35:40.000000000 +0000
+++ gcc-fsf-trunk-quilt/gcc/config/mmix/mmix-protos.h   2013-07-13 
04:29:29.599981244 +0100
@@ -28,7 +28,6 @@ extern int mmix_reversible_cc_mode (enum
 extern const char *mmix_text_section_asm_op (void);
 extern const char *mmix_data_section_asm_op (void);
 extern void mmix_output_quoted_string (FILE *, const char *, int);
-extern void mmix_asm_output_source_line  (FILE *, int);
 extern void mmix_asm_output_ascii (FILE *, const char *, int);
 extern void mmix_asm_output_label (FILE *, const char *);
 extern void mmix_asm_output_internal_label (FILE *, const char *);

Reply via email to