Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 21:33:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-sparc64@FreeBSD.org
Subject:   [Bug 195934] clang350-import branch not working on sparc64
Message-ID:  <bug-195934-14-AmUWTzEZBN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195934-14@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195934-14@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195934

--- Comment #14 from Dimitry Andric <dim@FreeBSD.org> ---
Ok, so even with -no-integrated-as, it still dies, because our copy of GNU as
does not grok .cfi directives:

--- cddl/lib__L ---
/tmp/bplist-6222cb.s: Assembler messages:
/tmp/bplist-6222cb.s:1330: Error: unknown pseudo-op: `.cfi_sections'
cc: error: assembler command failed with exit code 1 (use -v to see invocation)
*** [bplist.So] Error code 1

Strangely enough, this is even when using the -fno-dwarf2-cfi-asm option, and
it only happens when compiling certain files.  I have no clue at this point
what is going wrong, and unfortunately I am out of time for the moment.

If anybody else with sparc knowledge can have a try, please do so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195934-14-AmUWTzEZBN>