OSDN Git Service

sim: add sim_complete_command stubs for non-common-using ports
authorvapier <vapier>
Sat, 16 Apr 2011 18:16:33 +0000 (18:16 +0000)
committervapier <vapier>
Sat, 16 Apr 2011 18:16:33 +0000 (18:16 +0000)
commitc74b129846e6c473e19d673549bbe21cf9119d50
tree727fc1893e9d07b1fb6f9214900166680c43d64f
parent10d1ccd5afd3936f7c81cf9a71912944722347f8
sim: add sim_complete_command stubs for non-common-using ports

For the ports that don't use the common/ subdir, we need to add stub funcs
to them to avoid build failures with gdb and command completion.  These do
not implement the actual completion functionality ... any port that wants
that can either convert to the common/ subdir, or fill out the function on
their own time.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14 files changed:
sim/arm/ChangeLog
sim/arm/wrapper.c
sim/avr/ChangeLog
sim/avr/interp.c
sim/m32c/ChangeLog
sim/m32c/gdb-if.c
sim/microblaze/ChangeLog
sim/microblaze/interp.c
sim/ppc/ChangeLog
sim/ppc/sim_calls.c
sim/rx/ChangeLog
sim/rx/gdb-if.c
sim/sh/ChangeLog
sim/sh/interp.c