Add gdbsym.c object to help with running gdb-to-qemu

This commit is contained in:
Michael Brown
2007-06-30 22:43:31 +01:00
parent e1646b4080
commit 8f6a4e8140
4 changed files with 36 additions and 3 deletions

View File

@@ -36,8 +36,9 @@ struct init_fn {
/* Use double digits to avoid problems with "10" < "9" on alphabetic sort */
#define INIT_CONSOLE 02
#define INIT_CPU 03
#define INIT_TIMERS 04
#define INIT_GDBSYM 03
#define INIT_CPU 04
#define INIT_TIMERS 05
#define INIT_LOADBUF 08
#define INIT_PCMCIA 09
#define INIT_RPC 11