I built binutils-2.20 for arm-elf on a Linux mint system and ran into
a warning about an 'if' statement without enclosing brackets. Anyway,
here is the patch though though I realize that this may be superseded
by binutils-2.20.1.
diff -r
/media/backup/frank/arm/build/originals/binutils-2.20/gas/config/tc-arm.c
/media/backup/frank/arm/build/binutils-2.20/gas/config/tc-arm.c
2488c2488
< if (frag->tc_frag_data.last_map != NULL)
---
> if (frag->tc_frag_data.last_map != NULL) {
2489a2490
> }
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils