]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (ASM_OUTPUT_IDENT): Defined.
authorH.J. Lu <hjl@gnu.org>
Wed, 1 Aug 2001 17:24:23 +0000 (17:24 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 1 Aug 2001 17:24:23 +0000 (10:24 -0700)
2001-08-01  H.J. Lu <hjl@gnu.org>

* config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.

From-SVN: r44544

gcc/ChangeLog
gcc/config/mips/linux.h

index 19bbe780b06e7ce30d44f0de01234f8481568cfa..0fde1977997e4b5f1cd00281200eba96bf886d86 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-01  H.J. Lu <hjl@gnu.org>
+
+       * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
+
 2001-08-01  H.J. Lu <hjl@gnu.org>
 
        * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
index b186e225db8de5ae203273c2a4a88cbaf75c9032..d20122c303069c1206f99a5472244ea84de479c2 100644 (file)
@@ -248,3 +248,8 @@ while (0)
 /* Tell function_prologue in mips.c that we have already output the .ent/.end
    pseudo-ops.  */
 #define FUNCTION_NAME_ALREADY_DECLARED
+
+/* Output #ident as a .ident.  */
+#undef ASM_OUTPUT_IDENT
+#define ASM_OUTPUT_IDENT(FILE, NAME) \
+  fprintf (FILE, "\t%s\t\"%s\"\n", IDENT_ASM_OP, NAME);