gint/src/core
Lephe 2751dcf045
remove the .gint.data section
Since both platforms now have their VBR and gint-specific data loaded
along the add-in's data, the .gint.data section is entirely unused.

The .gint.bss section is still used for uninitialized objects (it has
different semantics than .bss which is initially cleared) and the
.gint.data.sh3 and .gint.bss.sh3 sections that are dropped on the
SH4-only fx-CG 50 are also still used.
2020-07-10 16:36:05 +02:00
..
cpu.h general cleanup of the kernel 2020-06-20 17:18:51 +02:00
cpu.s general cleanup of the kernel 2020-06-20 17:18:51 +02:00
drivers.h general cleanup of the kernel 2020-06-20 17:18:51 +02:00
exch.c remove the .gint.data section 2020-07-10 16:36:05 +02:00
exch.s core: answer TLB misses and remove startup mapping (UNSTABLE) 2020-06-14 18:22:20 +02:00
hardware.c r61524 render-cg: support Prizm and fx-CG Manager 2020-07-02 15:48:19 +02:00
inth.S remove the .gint.data section 2020-07-10 16:36:05 +02:00
kernel.c kernel: compact VBR even more on SH3 2020-07-10 13:07:12 +02:00
kernel.h general cleanup of the kernel 2020-06-20 17:18:51 +02:00
mmu.c iokbd keysc: space optimizations for SH3 2020-07-08 20:01:58 +02:00
osmenu.c general cleanup of the kernel 2020-06-20 17:18:51 +02:00
start.c remove the .gint.data section 2020-07-10 16:36:05 +02:00
syscalls.S general cleanup of the kernel 2020-06-20 17:18:51 +02:00
tlbh.S core: finalize TLB management in timer callbacks (STABLE) 2020-06-17 11:43:26 +02:00
vbr.h general cleanup of the kernel 2020-06-20 17:18:51 +02:00