diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1989ac9569f..c1481c68ec8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-01-10 Hans-Peter Nilsson + + * 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 * read-rtl.c: Fix formatting. diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h index 6e0b70c3dfd..68ff9e7130e 100644 --- a/gcc/config/mmix/mmix-protos.h +++ b/gcc/config/mmix/mmix-protos.h @@ -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)); diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c index 5f9b4a8f387..8478fc47f08 100644 --- a/gcc/config/mmix/mmix.c +++ b/gcc/config/mmix/mmix.c @@ -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