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
This commit is contained in:
Hans-Peter Nilsson 2002-01-10 01:23:07 +00:00 committed by Hans-Peter Nilsson
parent f4f4d0f8fb
commit c893e4a479
3 changed files with 9 additions and 13 deletions

View File

@ -1,3 +1,11 @@
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>
* read-rtl.c: Fix formatting.

View File

@ -1,5 +1,5 @@
/* 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)
This file is part of GNU CC.
@ -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 void mmix_asm_file_start 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_output_quoted_string PARAMS ((FILE *, const char *, int));
extern void mmix_asm_output_source_line PARAMS ((FILE *, int));

View File

@ -1833,17 +1833,6 @@ mmix_asm_file_end (stream)
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. */
void