Commit c893e4a4 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

mmix.c (mmix_asm_identify_gcc): Remove unused function.

	* config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
	function.
	* config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
	prototype.
	* config/mmix/mmix.c (ASM_IDENTIFY_GCC): Remove unused macro.

From-SVN: r48705
parent f4f4d0f8
2002-01-10 Hans-Peter Nilsson <hp@bitrange.com>
* config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
function.
* config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
prototype.
* config/mmix/mmix.c (ASM_IDENTIFY_GCC): Remove unused macro.
2002-01-09 Kazu Hirata <kazu@hxi.com> 2002-01-09 Kazu Hirata <kazu@hxi.com>
* read-rtl.c: Fix formatting. * read-rtl.c: Fix formatting.
......
/* Prototypes for exported functions defined in mmix.c /* Prototypes for exported functions defined in mmix.c
Copyright (C) 2000, 2001 Free Software Foundation, Inc. Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Hans-Peter Nilsson (hp@bitrange.com) Contributed by Hans-Peter Nilsson (hp@bitrange.com)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -36,7 +36,6 @@ extern const char *mmix_data_section_asm_op PARAMS ((void)); ...@@ -36,7 +36,6 @@ extern const char *mmix_data_section_asm_op PARAMS ((void));
extern const char *mmix_strip_name_encoding PARAMS ((const char *)); extern const char *mmix_strip_name_encoding PARAMS ((const char *));
extern void mmix_asm_file_start PARAMS ((FILE *)); extern void mmix_asm_file_start PARAMS ((FILE *));
extern void mmix_asm_file_end PARAMS ((FILE *)); extern void mmix_asm_file_end PARAMS ((FILE *));
extern void mmix_asm_identify_gcc PARAMS ((FILE *));
extern void mmix_asm_output_source_filename PARAMS ((FILE *, const char *)); extern void mmix_asm_output_source_filename PARAMS ((FILE *, const char *));
extern void mmix_output_quoted_string PARAMS ((FILE *, const char *, int)); extern void mmix_output_quoted_string PARAMS ((FILE *, const char *, int));
extern void mmix_asm_output_source_line PARAMS ((FILE *, int)); extern void mmix_asm_output_source_line PARAMS ((FILE *, int));
......
...@@ -1833,17 +1833,6 @@ mmix_asm_file_end (stream) ...@@ -1833,17 +1833,6 @@ mmix_asm_file_end (stream)
data_section (); data_section ();
} }
/* ASM_IDENTIFY_GCC. */
void
mmix_asm_identify_gcc (stream)
FILE * stream;
{
/* No real need for the time being. May be useful to GDB later on. */
fprintf (stream, "# Compiled by GCC version %s\n",
version_string);
}
/* ASM_OUTPUT_SOURCE_FILENAME. */ /* ASM_OUTPUT_SOURCE_FILENAME. */
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment