* system.h: Poison DONT_ACCESS_GBLS_AFTER_EPILOGUE.
From-SVN: r98295
This commit is contained in:
parent
5f9bfaf2bc
commit
81a60083ea
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-04-17 Ian Lance Taylor <ian@airs.com>
|
||||
|
||||
* system.h: Poison DONT_ACCESS_GBLS_AFTER_EPILOGUE.
|
||||
|
||||
2005-04-17 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/alpha/alpha.c (va_list_skip_additions): Only define if
|
||||
|
|
|
@ -733,7 +733,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
|
|||
NON_SAVING_SETJMP TARGET_LATE_RTL_PROLOGUE_EPILOGUE \
|
||||
CASE_DROPS_THROUGH TARGET_BELL TARGET_BS TARGET_CR TARGET_DIGIT0 \
|
||||
TARGET_ESC TARGET_FF TARGET_NEWLINE TARGET_TAB TARGET_VT \
|
||||
LINK_LIBGCC_SPECIAL
|
||||
LINK_LIBGCC_SPECIAL DONT_ACCESS_GBLS_AFTER_EPILOGUE
|
||||
|
||||
/* Hooks that are no longer used. */
|
||||
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
|
||||
|
|
Loading…
Add table
Reference in a new issue