mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
(i386-cygwin-tdep.o): Add dependencies. * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN. * i386-cygwin-tdep.c: New file. * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN. * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
This commit is contained in:
@ -74,6 +74,8 @@ static const char * const gdb_osabi_names[] =
|
||||
"ARM APCS",
|
||||
"QNX Neutrino",
|
||||
|
||||
"Cygwin",
|
||||
|
||||
"<invalid>"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user