Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: gcc/gcc/libfuncs.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/lambda-code.c ('k') | gcc/gcc/libgcc-std.ver » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/libfuncs.h
diff --git a/gcc/gcc/libfuncs.h b/gcc/gcc/libfuncs.h
index 70621cf28899f779930e3a294471b20bab8270a8..d3e69e3e2414a0d9808b7aaa3b76921660272686 100644
--- a/gcc/gcc/libfuncs.h
+++ b/gcc/gcc/libfuncs.h
@@ -30,8 +30,6 @@ enum libfunc_index
LTI_memset,
LTI_setbits,
- LTI_unwind_resume,
- LTI_eh_personality,
LTI_setjmp,
LTI_longjmp,
LTI_unwind_sjlj_register,
@@ -60,8 +58,6 @@ extern GTY(()) rtx libfunc_table[LTI_MAX];
#define memset_libfunc (libfunc_table[LTI_memset])
#define setbits_libfunc (libfunc_table[LTI_setbits])
-#define unwind_resume_libfunc (libfunc_table[LTI_unwind_resume])
-#define eh_personality_libfunc (libfunc_table[LTI_eh_personality])
#define setjmp_libfunc (libfunc_table[LTI_setjmp])
#define longjmp_libfunc (libfunc_table[LTI_longjmp])
#define unwind_sjlj_register_libfunc (libfunc_table[LTI_unwind_sjlj_register])
« no previous file with comments | « gcc/gcc/lambda-code.c ('k') | gcc/gcc/libgcc-std.ver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698