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

Unified Diff: gcc/gcc/config/xtensa/unwind-dw2-xtensa.c

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/config/xtensa/t-xtensa ('k') | gcc/gcc/config/xtensa/xtensa-protos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/xtensa/unwind-dw2-xtensa.c
diff --git a/gcc/gcc/config/xtensa/unwind-dw2-xtensa.c b/gcc/gcc/config/xtensa/unwind-dw2-xtensa.c
index e7ca86a10fb4fe6ce82279c330d88a9bbe017be7..9544f65ab7882cbc17e11ab606e0344c11057a1f 100644
--- a/gcc/gcc/config/xtensa/unwind-dw2-xtensa.c
+++ b/gcc/gcc/config/xtensa/unwind-dw2-xtensa.c
@@ -459,7 +459,7 @@ uw_advance_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
} \
while (0)
-static void
+static void __attribute__((noinline))
uw_init_context_1 (struct _Unwind_Context *context, void *outer_cfa,
void *outer_ra)
{
« no previous file with comments | « gcc/gcc/config/xtensa/t-xtensa ('k') | gcc/gcc/config/xtensa/xtensa-protos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698