This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add LynxOS to our list of OS ABI


Since supporting LynxOS on the i386 isn't too much of a burden, and
the OS still seems to see new releases, I don't think I'm completely
out of my mind in adding this.

Checked in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
	* osabi.c (gdb_osabi_names): Add entry for "LynxOS".

Index: osabi.h
===================================================================
RCS file: /cvs/src/src/gdb/osabi.h,v
retrieving revision 1.2
diff -u -p -r1.2 osabi.h
--- osabi.h 9 Jun 2002 15:11:47 -0000 1.2
+++ osabi.h 15 Jun 2002 12:20:05 -0000
@@ -39,6 +39,7 @@ enum gdb_osabi
   GDB_OSABI_WINCE,
   GDB_OSABI_GO32,
   GDB_OSABI_NETWARE,
+  GDB_OSABI_LYNXOS,
 
   GDB_OSABI_ARM_EABI_V1,
   GDB_OSABI_ARM_EABI_V2,
Index: osabi.c
===================================================================
RCS file: /cvs/src/src/gdb/osabi.c,v
retrieving revision 1.2
diff -u -p -r1.2 osabi.c
--- osabi.c 9 Jun 2002 15:11:47 -0000 1.2
+++ osabi.c 15 Jun 2002 12:20:05 -0000
@@ -42,6 +42,7 @@ static const char * const gdb_osabi_name
   "Windows CE",
   "DJGPP",
   "NetWare",
+  "LynxOS",
 
   "ARM EABI v1",
   "ARM EABI v2",


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]