* PATCH: Support ident for Linux/mips
@ 2001-06-12 22:33 H . J . Lu
0 siblings, 0 replies; only message in thread
From: H . J . Lu @ 2001-06-12 22:33 UTC (permalink / raw)
To: gcc-patches; +Cc: linux-mips
It brings Linux/mips closer to other Linux targets.
H.J.
----
2001-06-12 H.J. Lu <hjl@gnu.org>
* config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
--- gcc/config/mips/linux.h.ident Sun Jun 10 01:02:34 2001
+++ gcc/config/mips/linux.h Sun Jun 10 01:02:53 2001
@@ -237,3 +237,8 @@ Boston, MA 02111-1307, USA. */
/* 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-06-12 22:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-12 22:33 PATCH: Support ident for Linux/mips H . J . Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox