]> git.sur5r.net Git - openocd/blob - src/target/xscale_debug.S
simplify XScale debug handler installation
[openocd] / src / target / xscale_debug.S
1         .section        .rodata
2
3         .align          4
4         .global          xscale_debug_handler
5 xscale_debug_handler:
6         .incbin         "xscale/debug_handler.bin"
7         .size           xscale_debug_handler, . - xscale_debug_handler
8
9         .align          4
10         .global          xscale_debug_handler_size
11 xscale_debug_handler_size:
12         .word           . - xscale_debug_handler
13         .size           xscale_debug_handler_size, 4