diff options
author | Richard Henderson <rth@redhat.com> | 2012-07-24 15:25:18 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2012-07-24 15:25:18 -0700 |
commit | 5e4aec98743d2122b089a926a74549780d3aee53 (patch) | |
tree | 234bcc9dca69c1a00033bcd6ee200229f06782e4 /gcc/system.h | |
parent | d8dd6fae2b39da0324e27b7b2c608058ac89bbab (diff) | |
download | gcc-5e4aec98743d2122b089a926a74549780d3aee53.zip gcc-5e4aec98743d2122b089a926a74549780d3aee53.tar.gz gcc-5e4aec98743d2122b089a926a74549780d3aee53.tar.bz2 |
Purge FIXUNS_TRUNC_LIKE_FIX_TRUNC
From-SVN: r189826
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 572271c..e3a72887 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -888,7 +888,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; IDENT_ASM_OP UNALIGNED_SHORT_ASM_OP UNALIGNED_INT_ASM_OP \ UNALIGNED_LONG_ASM_OP UNALIGNED_DOUBLE_INT_ASM_OP \ USE_COMMON_FOR_ONE_ONLY IFCVT_EXTRA_FIELDS IFCVT_INIT_EXTRA_FIELDS \ - CASE_USE_BIT_TESTS + CASE_USE_BIT_TESTS FIXUNS_TRUNC_LIKE_FIX_TRUNC /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |