runtime: remove generated service_table.h

pull/16/head
Sebastien Bourdeauducq 2015-04-05 22:08:20 +08:00
parent 72f9f7ed79
commit 0c62f0f69c
2 changed files with 1 additions and 19 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ __pycache__
*.bin
*.elf
*.fbi
soc/runtime/service_table.h
doc/manual/_build
/build
/dist

View File

@ -1,19 +0,0 @@
static const struct symbol syscalls[] = {
{"rpc", (void *)0x40021ab0},
{"rtio_oe", (void *)0x40021478},
{"rtio_set", (void *)0x400214d4},
{"rtio_get_counter", (void *)0x400214a0},
{"rtio_get", (void *)0x400215ec},
{"rtio_pileup_count", (void *)0x400216f4},
{"dds_phase_clear_en", (void *)0x400218a4},
{"dds_program", (void *)0x40021960},
{NULL, NULL}
};
static const struct symbol eh[] = {
{"setjmp", (void *)0x40021248},
{"push", (void *)0x400213c8},
{"pop", (void *)0x400212c0},
{"getid", (void *)0x400212e8},
{"raise", (void *)0x4002139c},
{NULL, NULL}
};