diff mbox

GCC/MMIX: Remove orphan mmix_asm_output_source_line prototype

Message ID alpine.DEB.1.10.1406102136560.3047@tp.orcam.me.uk
State Accepted
Headers show

Commit Message

Maciej W. Rozycki June 10, 2014, 10:21 p.m. UTC
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  <macro@codesourcery.com>

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

  Maciej

gcc-mmix-prototype-fix.patch

Comments

Hans-Peter Nilsson June 11, 2014, 1:23 a.m. UTC | #1
On Tue, 10 Jun 2014, Maciej W. Rozycki wrote:
> Hi,
>
>  I've noticed mmix_asm_output_source_line is declared, but nowhere
> defined.  OK to remove the prototype?

Sure; in fact, obvious.

brgds, H-P
Maciej W. Rozycki June 11, 2014, 5:19 p.m. UTC | #2
On Wed, 11 Jun 2014, Hans-Peter Nilsson wrote:

> >  I've noticed mmix_asm_output_source_line is declared, but nowhere
> > defined.  OK to remove the prototype?
> 
> Sure; in fact, obvious.

 Applied, thanks.

  Maciej
diff mbox

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 *);