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

xscale: better fix for debug_handler.bin


Generate a C struct with the data, and use that, instead of an
assembly language file.  The assembly language causes issues on
Darwin and MS-Windows, which don't necessarily use GNU AS; or
if they do, don't necessarily use its ELF syntax.

It's also better in two other ways:  fewer global symbols; and
the init-time size check gets optimized away at compile time.
(Unless it fails, in which case bigger chunks of the file vanish.)

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent a61b57a8
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.
Please register or to comment