OSDN Git Service

* config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2002 01:23:07 +0000 (01:23 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2002 01:23:07 +0000 (01:23 +0000)
function.
* config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
prototype.
* config/mmix/mmix.c (ASM_IDENTIFY_GCC): Remove unused macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48705 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mmix/mmix-protos.h
gcc/config/mmix/mmix.c

index 1989ac9..c1481c6 100644 (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.
index 6e0b70c..68ff9e7 100644 (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));
index 5f9b4a8..8478fc4 100644 (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