Hi Arto,
/build/binutils-2.17.50/opcodes/arm-dis.c: In function 'print_insn':
/build/binutils-2.17.50/opcodes/arm-dis.c:3967: warning: 'type' may be used
uninitialized in this function
Fixed.
Cheers
Nick
opcodes/ChangeLog
2007-04-24 Nick Clifton <[EMAIL PROTECTED]>
* arm-dis.c
Hi
Building of snapshot binutils-2.17.50 fails
(when using "configure --enable-targets=all"
on Solaris 2.6) in file opcodes/arm-dis.h
Workaround: initialize
enum map_type type = 0;
(to be verified that this is no problem...)
Arto
---
gcc -DHAVE_CON