X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=upstream%2Fgcc-3.3%2Fpatches%2Fzzz-inhibit.reflection.patch;h=b964849523091f200e252b0dd5ed2562e53e9527;hb=870d6acd4d14fe474454fe4e07d01233a490c49f;hp=ab61e94b2352c291ba63d8a38b95ea3dd34a3181;hpb=8b909a0ed366b8c38656d6a46d58e763d8bd503a;p=org.ibex.core.git diff --git a/upstream/gcc-3.3/patches/zzz-inhibit.reflection.patch b/upstream/gcc-3.3/patches/zzz-inhibit.reflection.patch index ab61e94..b964849 100644 --- a/upstream/gcc-3.3/patches/zzz-inhibit.reflection.patch +++ b/upstream/gcc-3.3/patches/zzz-inhibit.reflection.patch @@ -735,3 +735,22 @@ diff -rBub libjava/prims.cclibjava/prims.cc _Jv_GCInitializeFinalizers (&::gnu::gcj::runtime::FinalizerThread::finalizerReady); +--- gcc/toplev.c Mon May 5 14:55:26 2003 ++++ gcc/toplev.c Wed Mar 10 05:10:33 2004 +@@ -975,6 +975,7 @@ + if `-fSTRING' is seen as an option. + (If `-fno-STRING' is seen as an option, the opposite value is stored.) */ + ++static int ignoreme; + static const lang_independent_options f_options[] = + { + {"eliminate-dwarf2-dups", &flag_eliminate_dwarf2_dups, 1, +@@ -1188,6 +1189,8 @@ + N_("Trap for signed overflow in addition / subtraction / multiplication") }, + { "new-ra", &flag_new_regalloc, 1, + N_("Use graph coloring register allocation.") }, ++ { "inhibit-reflection", &ignoreme, 1, ++ N_("ignored.") }, + }; + + /* Table of language-specific options. */