Commit e7ff5730 by Joseph Myers Committed by Joseph Myers

* system.h (strerror): Poison.

From-SVN: r167010
parent 6aad068a
2010-11-21 Joseph Myers <joseph@codesourcery.com>
* system.h (strerror): Poison.
2010-11-21 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.c (ia64_expand_builtin): Use the correct mode
......@@ -684,6 +684,12 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
#pragma GCC poison malloc realloc
#endif
/* The %m format should be used when GCC's main diagnostic functions
supporting %m are available, and xstrerror from libiberty
otherwise. */
#undef strerror
#pragma GCC poison strerror
/* Old target macros that have moved to the target hooks structure. */
#pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
FUNCTION_PROLOGUE FUNCTION_EPILOGUE \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment