summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-18 14:52:53 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-18 14:52:53 +0000
commit1cc860df23526e817f948796110a86a8fdfeffa1 (patch)
treec99ea6e01e39d80bc7bdb1750839c2a3c546de6b /gdb/defs.h
parentcb549bd2308af461f08260e8bf44da35d08642d5 (diff)
downloadgdb-1cc860df23526e817f948796110a86a8fdfeffa1.tar.gz
Port GDB to powerpc-lynx178.
gdb/ChangeLog: * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178. * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178. * xcoffread.c (xcoff_get_core_n_import_files): New function. (xcoff_get_n_import_files): New function. * xcoffread.h (xcoffread.h): Add declaration. * rs6000-aix-tdep.c: #include "xcoffread.h". (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for XCOFF executables that do not depend on any shared library. * rs6000-lynx178-tdep.c: New file. * configure.tgt: Add powerpc-*-lynx*178 handling. * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o. (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index ee49a89f065..2e0bff383a1 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -597,6 +597,7 @@ enum gdb_osabi
GDB_OSABI_DARWIN,
GDB_OSABI_SYMBIAN,
GDB_OSABI_OPENVMS,
+ GDB_OSABI_LYNXOS178,
GDB_OSABI_INVALID /* keep this last */
};