mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Symbian config
gdb/ * arm-symbian-tdep.c: New. * configure.tgt (arm*-*-symbianelf*): New target. (*-*-symbianelf*): New OS. * osabi.c (gdb_osabi_names): Add Symbian. * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN. * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o. (ALLDEPFILES): Add arm-symbian-tdep.c.
This commit is contained in:
@ -67,13 +67,12 @@ static const char * const gdb_osabi_names[] =
|
||||
"Interix",
|
||||
"HP/UX ELF",
|
||||
"HP/UX SOM",
|
||||
|
||||
"QNX Neutrino",
|
||||
|
||||
"Cygwin",
|
||||
"AIX",
|
||||
"DICOS",
|
||||
"Darwin",
|
||||
"Symbian",
|
||||
|
||||
"<invalid>"
|
||||
};
|
||||
|
Reference in New Issue
Block a user