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 = \