https://sourceware.org/bugzilla/show_bug.cgi?id=17421

Geoff Hill <geoff+sourceware at geoffhill dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|binutils                    |gas

--- Comment #3 from Geoff Hill <geoff+sourceware at geoffhill dot org> ---
Looking at the V=1 output, the Makefile never calls gas directly but relies on
the gcc command.

> gcc -Wp,-MD,arch/x86/boot/.cpucheck.o.d -D__KERNEL__ -march=native ... -c -o 
> arch/x86/boot/.tmp_cpucheck.o arch/x86/boot/cpucheck.c

Changing the "-c" to a "-S" gives me the attached file. It fails to compile on
my system, even *without* passing any of these arguments to gas (env is clean
too).

> # as cpucheck.S -c -o .tmp.o
> cpucheck.S: Assembler messages:
> cpucheck.S:32: Internal error, aborting at 
> /build/binutils/src/binutils-2.24/gas/config/tc-i386.c line 6969 in 
> output_insn
Please report this bug.

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to