[parisc-linux] binutils_2.14.90 bug
Grant Grundler
grundler@parisc-linux.org
Fri, 4 Jul 2003 13:10:42 -0600
Hi binutils lovers,
I can't build a 32-bit parisc kernel with binutils*2.14.90.0.4-0.1_hppa.deb
packages. It dies with an error in arch/parisc/kernel/real2.S:
real2.S:126: Error: too many positional arguments
The offending line reads:
load32 PA(save_cr_space + (N_SAVED_REGS * REG_SZ)), %r26
this gets reduced to:
load32 ((save_cr_space + (9 * 4))-(0x10000000)), %r26
Older binutils*_2.12.90.0.1-4_hppa.deb works.
grant