From 59814d6aec0aee03402040826d5513d7a40fe235 Mon Sep 17 00:00:00 2001 From: hjl Date: Wed, 1 Aug 2001 17:24:23 +0000 Subject: [PATCH] 2001-08-01 H.J. Lu * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44544 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/linux.h | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19bbe780b06..0fde1977997 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-08-01 H.J. Lu + * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined. + +2001-08-01 H.J. Lu + * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined. 2001-08-01 Ziemowit Laski diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index b186e225db8..d20122c3030 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -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); -- 2.11.0