aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2000-10-07 06:37:16 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2000-10-07 06:37:16 +0000
commit94984e91a22d3251be947522154db8578775d00b (patch)
treed79dcc3d58396dd2cfa3ee77d2569921de64e9a5
parent156ce2112ee594b9e6cfa583e0ce06eddb1d24ab (diff)
downloadgcc-94984e91a22d3251be947522154db8578775d00b.zip
gcc-94984e91a22d3251be947522154db8578775d00b.tar.gz
gcc-94984e91a22d3251be947522154db8578775d00b.tar.bz2
elf.h: Protect the ASM_OUTPUT_IDENT definition with an #undef.
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/elf.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4c6d275..e4dc2ea 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h
index 91a7837..f8df167 100644
--- a/gcc/config/alpha/elf.h
+++ b/gcc/config/alpha/elf.h
@@ -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);