Hi Jim, > dwarf2.c: a gratuitous ";;"
This one had already been fixed.
ar,c: an unnecessary violation of reasonable C standards, i.e., putting declarations after code
This one I have just fixed.
an understandable use of the "t" format, but 2.95.3 does not seem to understand it, or "z" -- agreed that "u" is no good either, but this is only on a 32-bit system :)
This one I did not change. You may be using a 32-bit system, but other people will not, and %u would be wrong there.
tc-i386-intel.c: a valid complaint about signed versus unsigned
Agreed - also now fixed.
PRINTF_LIKE is used only here from its definition in as.h . There are version #ifdefs around the definition, but 2.95.3 does not work with the result
Hmm, so why do the prototype declarations in as.h work ? Cheers Nick _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils