From bc81cb6f31fb256923566bf5196645a36924379a Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 23 Mar 2009 15:25:49 -0400 Subject: [PATCH] --- yaml --- r: 132560 b: refs/heads/master c: 003086497f07f7f1e67c0c295e261740f822b377 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5714ce170dda..35f31c3f7241 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1db4b2d221f14b9715c717dbd9a476469a687080 +refs/heads/master: 003086497f07f7f1e67c0c295e261740f822b377 diff --git a/trunk/Makefile b/trunk/Makefile index a2c2efe9e82e..210107d3aa97 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -569,6 +569,9 @@ KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) # disable invalid "can't wrap" optimzations for signed / pointers KBUILD_CFLAGS += $(call cc-option,-fwrapv) +# revert to pre-gcc-4.4 behaviour of .eh_frame +KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) + # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments # But warn user when we do so warn-assign = \