diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-05 20:35:37 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-05 20:35:37 -0800 |
commit | aab023570b7cc8f884715fc6a8af9c296d24ea8e (patch) | |
tree | 3c1983ba5c36bd43b5f23aeb20bd8ea48c94ee10 /doc/manual/target.txt | |
parent | 36b4ac90e45dda4df505981bd8d090971e478867 (diff) | |
download | openocd_libswd-aab023570b7cc8f884715fc6a8af9c296d24ea8e.tar.gz openocd_libswd-aab023570b7cc8f884715fc6a8af9c296d24ea8e.tar.bz2 openocd_libswd-aab023570b7cc8f884715fc6a8af9c296d24ea8e.tar.xz openocd_libswd-aab023570b7cc8f884715fc6a8af9c296d24ea8e.zip |
ARM920: remove exports and forward decls
Unneeded exports cause confusion about the module interfaces.
Make most functions static. Add a short header comment.
The forward decls are just code clutter; remove them, by moving
their references after definitions. This is another file which
never needed even one internal forward declaration.
This saved almost 900 bytes of code on x86_32; it seems the
compiler can leverage its knowledge that these functions are
not called from the outside world...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc/manual/target.txt')
0 files changed, 0 insertions, 0 deletions