-
- Downloads
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:
David Brownell <dbrownell@users.sourceforge.net>
Showing
- configure.in 0 additions, 1 deletionconfigure.in
- src/helper/Makefile.am 7 additions, 3 deletionssrc/helper/Makefile.am
- src/target/Makefile.am 7 additions, 5 deletionssrc/target/Makefile.am
- src/target/xscale.c 13 additions, 2 deletionssrc/target/xscale.c
- src/target/xscale.h 0 additions, 6 deletionssrc/target/xscale.h
- src/target/xscale_debug.S 0 additions, 13 deletionssrc/target/xscale_debug.S
Loading
Please register or sign in to comment