]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/rx/ChangeLog
sim: add sim_complete_command stubs for non-common-using ports
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Apr 2011 18:16:36 +0000 (18:16 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 16 Apr 2011 18:16:36 +0000 (18:16 +0000)
commitaf9f7da78b3232bfeb4394647b257f7a98b54a29
tree2a6392750e5d827443df1670b71f31db46bf0e2e
parent0427acfba0c41b73d1472602c8e41b34f6e89f82
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