]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: dv-cfi: include stdbool.h
authorMike Frysinger <vapier@gentoo.org>
Mon, 10 Oct 2011 02:41:54 +0000 (02:41 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Oct 2011 02:41:54 +0000 (02:41 +0000)
commit66f8d9935ef451a7e9a6caec300190cc99b9a948
treed080e98e12dbd26207b770fc7221ff07cf153c83
parentd56a2aaeddd077f23cb8d19651a6cfd4f67e791b
sim: dv-cfi: include stdbool.h

The dv-cfi code uses the bool type but doesn't include the stdbool.h
header.  I didn't notice for Blackfin targets as the core Blackfin
header will include stdbool.h, but most targets don't do this.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/common/ChangeLog
sim/common/dv-cfi.c