af9f7da78b
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>
7 lines
204 B
Text
7 lines
204 B
Text
2011-04-16 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c (sim_complete_command): New stub function.
|
|
|
|
2010-04-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c (sim_write): Add const to buffer arg.
|