summaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 20:35:37 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 20:35:37 -0800
commitaab023570b7cc8f884715fc6a8af9c296d24ea8e (patch)
tree3c1983ba5c36bd43b5f23aeb20bd8ea48c94ee10 /src/target/arm926ejs.c
parent36b4ac90e45dda4df505981bd8d090971e478867 (diff)
downloadopenocd+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 'src/target/arm926ejs.c')
0 files changed, 0 insertions, 0 deletions