elf.h: Protect the ASM_OUTPUT_IDENT definition with an #undef.
authorDavid O'Brien <obrien@FreeBSD.org>
Sat, 7 Oct 2000 06:37:16 +0000 (06:37 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Sat, 7 Oct 2000 06:37:16 +0000 (06:37 +0000)
2000-10-06  David O'Brien  <obrien@FreeBSD.org>
* config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an #undef.

Approved by:  Richard Henderson <rth@cygnus.com>
              Message-ID: <20001006231829.C23128@cygnus.com>

From-SVN: r36771

gcc/ChangeLog
gcc/config/alpha/elf.h

index 4c6d27590cde937b6d464204943c21a54914fe8a..e4dc2eaf6a4da811a31ade511206d3e191c3d256 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-06  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
+       #undef.
+
 2000-10-06  Richard Henderson  <rth@cygnus.com>
 
        * function.c (diddle_return_value): Examine
index 91a783759a1b836903277e99e0a17c373754520b..f8df1675c37fc5b5ac409fdc96cb0ac05bc6dcef 100644 (file)
@@ -91,6 +91,7 @@ do {                                                          \
 #define SCCS_DIRECTIVE
 
 /* Output #ident as a .ident.  */
+#undef  ASM_OUTPUT_IDENT
 #define ASM_OUTPUT_IDENT(FILE, NAME) \
   fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);