bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/17421] Internal error in output_insn during kernel build


From: geoff+sourceware at geoffhill dot org
Subject: [Bug gas/17421] Internal error in output_insn during kernel build
Date: Sun, 21 Sep 2014 10:22:15 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]