diff options
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 50d391a..895b476 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -83,6 +83,7 @@ static const struct osabi_names gdb_osabi_names[] = { "OpenVMS", NULL }, { "LynxOS178", NULL }, { "Newlib", NULL }, + { "SDE", NULL }, { "<invalid>", NULL } }; |