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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]