rockbox/utils/hwstub/stub/jz4760b
Aidan MacDonald f44b6c78e0 misc: respect standard __ASSEMBLER__ define in CPU headers
The JZ47xx and S5L87xx processor families used their own
special defines (__ASSEMBLY__ and ASM respectively) in
their CPU headers to check if they were included from an
assembly source file.

For GCC the standard seems to be __ASSEMBLER__, so check
for that instead and remove the non-standard symbols.
Being more consistent across platforms makes it easier to
include cpu.h from cross-platform files (eg. plugin.lds).

Change-Id: I282930cad34e1a2ff18166f3b4338548b34f4a49
2026-03-05 21:13:50 +00:00
..
crt0.S hwstub: rewrite exception catching 2017-01-24 15:34:19 +01:00
hwstub.lds hwstub/jz460b: implement exception recovery 2017-01-24 15:34:19 +01:00
jz4760b.h misc: respect standard __ASSEMBLER__ define in CPU headers 2026-03-05 21:13:50 +00:00
Makefile hwstub/jz4760b: build packtools automatically if neeeded 2017-01-24 15:31:05 +01:00
target-config.h hwstub/jz460b: implement exception recovery 2017-01-24 15:34:19 +01:00
target.c
usb_drv_jz4760b.c