24 Sep 20:54
Bug#329888: [parisc-linux] binutils breaks hppa kernel build, bad operands of fic, m
Grant Grundler <grundler <at> parisc-linux.org>
2005-09-24 18:54:39 GMT
2005-09-24 18:54:39 GMT
On Sat, Sep 24, 2005 at 10:45:40AM -0600, dann frazier wrote: > As discussed on irc: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329888 binutils-2.15 has this in include/opcodes/hppa.h: { "fdc", 0x04001280, 0xfc003fdf, "cZx(s,b)", pa10, 0}, { "fdc", 0x04001280, 0xfc003fdf, "cZx(b)", pa10, 0}, { "fic", 0x04000280, 0xfc001fdf, "cZx(S,b)", pa10, 0}, { "fic", 0x04000280, 0xfc001fdf, "cZx(b)", pa10, 0}, And the binutils_2.16.1cvs20050902 version has only: { "fdc", 0x04001280, 0xfc00ffdf, "cZx(b)", pa10, 0}, { "fdc", 0x04001280, 0xfc003fdf, "cZx(s,b)", pa10, 0}, { "fic", 0x04000280, 0xfc001fdf, "cZx(S,b)", pa10, 0}, The order of the with 's' vs without 's' was switched and in the process dropped one "fic" line. Can binutils maintainer/folks please just add it back in the new location? Is the fix obvious enough or is a patch necessary? thanks, grant
RSS Feed