------- Comment #2 from rguenth at gcc dot gnu dot org 2009-09-18 08:37 ------- You are getting assembler errors because it doesn't understand CFI directives. You can use -fno-dwarf2-cfi-asm to work around the issue or update the binutils package to something more recent.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41389