[parisc-linux] internal error in tc-hppa.c?

Grant Grundler grundler@cup.hp.com
Fri, 22 Sep 2000 09:52:26 -0700


Hi all,
I crashed the assembler with the following output:

make[1]: Entering directory `/linux/kwdb64/linux-2.3/arch/parisc64/kernel'
hppa64-linux-gcc -I/linux/kwdb64/linux-2.3/include   -D__KERNEL__ -I/linux/kwdb64/linux-2.3/include  -c -o entry.o entry.S
entry.S: Assembler messages:
entry.S:1: Internal error, aborting at /linux/pa32/binutils-2.10/gas/config/tc-hppa.c line 4017 in tc_gen_reloc
Please report this bug.
make[1]: *** [entry.o] Error 1
make[1]: Leaving directory `/linux/kwdb64/linux-2.3/arch/parisc64/kernel'


I was told entry.S is broken but the assembler should handle it
more gracefully...so I'll be looking at entry.S to see what's broken.

Line number of entry.S is junk since parisc64 version is just
an include of the parisc version. line 1560 is the real culprit:
        b,n .

Trying to figure out what the problem is now...

grant