Skip to content
Snippets Groups Projects
Commit 20ff0a96 authored by David Brownell's avatar David Brownell
Browse files

ARM966: remove exports and forward decls


Unneeded exports cause confusion about the module interfaces.
Make most functions static.

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.

Also remove needless arm966e_init_target(), in favor of the
arm9tdmi routine to which it delegates its work.

This saved over 100 bytes of code on x86_32.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent ed9ac9b6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment