diff options
author | Pedro Alves <palves@redhat.com> | 2008-05-01 23:09:14 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-05-01 23:09:14 +0000 |
commit | a15c5c831a57ef5522bff58851aa211df9337d2a (patch) | |
tree | 464465432fd509ded0d1b7c553ae1f493e3950f0 /gdb/osabi.c | |
parent | 728c8f58672c8ae8235ad96068d01116b6e8157e (diff) | |
download | binutils-gdb-a15c5c831a57ef5522bff58851aa211df9337d2a.tar.gz |
* configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
(i[34567]86-*-dicos*, x86_64-*-dicos*):
Set gdb_osabi to GDB_OSABI_DICOS.
* defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
* osabi.c (gdb_osabi_name): Add "DICOS".
* i386-dicos-tdep.c: New file.
* Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
(ALLDEPFILES): Add i386-dicos-tdep.c.
(i386-dicos-tdep.o): New rule.
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r-- | gdb/osabi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c index 04236fc2de4..64f091002f7 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -72,6 +72,7 @@ static const char * const gdb_osabi_names[] = "Cygwin", "AIX", + "DICOS", "<invalid>" }; |