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/defs.h | |
parent | 728c8f58672c8ae8235ad96068d01116b6e8157e (diff) | |
download | gdb-a15c5c831a57ef5522bff58851aa211df9337d2a.zip gdb-a15c5c831a57ef5522bff58851aa211df9337d2a.tar.gz gdb-a15c5c831a57ef5522bff58851aa211df9337d2a.tar.bz2 |
* 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/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -924,6 +924,7 @@ enum gdb_osabi GDB_OSABI_CYGWIN, GDB_OSABI_AIX, + GDB_OSABI_DICOS, GDB_OSABI_INVALID /* keep this last */ }; |