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
This commit is contained in:
parent
156ce2112e
commit
94984e91a2
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user