diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-04-17 21:26:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2005-04-17 21:26:00 +0000 |
commit | 81a60083ea5e7aa3ccd994dd6fefc3d4099303af (patch) | |
tree | 3406484e7c6be7dcffa79bea337556b9db6d51d4 /gcc | |
parent | 5f9bfaf2bcc4f12f5ee6ac33c2bab1a752db1f4d (diff) | |
download | gcc-81a60083ea5e7aa3ccd994dd6fefc3d4099303af.zip gcc-81a60083ea5e7aa3ccd994dd6fefc3d4099303af.tar.gz gcc-81a60083ea5e7aa3ccd994dd6fefc3d4099303af.tar.bz2 |
* system.h: Poison DONT_ACCESS_GBLS_AFTER_EPILOGUE.
From-SVN: r98295
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/system.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4b409de..053beb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/system.h b/gcc/system.h index 720e4df..dc009d1 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -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 \ |