binutils-gdb/sim
Mike Frysinger 21cf617c69 sim: add missing values to array initializers
The sim code has a lot of static initializer for options and devices, but
since they aren't using newer struct style, they have to specify a value
for every option otherwise gcc spits a lot of warnings about "missing
initializer".  So add NULL/0 stubs for pointers/values.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-12 16:53:33 +00:00
..
arm
avr
common sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
cr16
cris sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
d10v
erc32
frv sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
h8300
igen
iq2000
lm32
m32c
m32r sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
m68hc11
mcore
microblaze
mips
mn10300
moxie sim/moxie/ 2010-02-27 01:24:37 +00:00
ppc * ppc-instructions: Fix missing assignment in last change. 2010-02-14 10:00:46 +00:00
rx * configure.in: Check if the host has getopt.h. 2010-02-14 07:37:11 +00:00
sh
sh64
testsuite
v850 sim: v850: fix build failure after watchpoint constification 2010-03-30 23:43:03 +00:00
ChangeLog
configure
configure.ac
MAINTAINERS
Makefile.in
README-HACKING