diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-16 18:16:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-16 18:16:33 +0000 |
commit | 83a52a17fac115837a184696afa6fbf5e4c12993 (patch) | |
tree | d407c50ba004ec7b35843cf369847c81bd5d2389 /sim/arm/ChangeLog | |
parent | 16d2f8d0b7312e904783e0bb0af032afee2d64f7 (diff) | |
download | gdb-83a52a17fac115837a184696afa6fbf5e4c12993.tar.gz |
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>
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 1e0714461b7..471fdab0865 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2011-04-16 Mike Frysinger <vapier@gentoo.org> + + * wrapper.c (sim_complete_command): New stub function. + 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> * communicate.c (MYread_char): Check error return from accept() call |