From: Mark Kettenis <kettenis@chello.nl>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Add two new OS ABI variants
Date: Sun, 09 Jun 2002 08:13:00 -0000 [thread overview]
Message-ID: <200206091513.g59FDSc70617@elgar.kettenis.dyndns.org> (raw)
As a preparation for my i386 multi-arch work, this patch adds
GDB_OS_GO32 and GDB_OS_NETWARE (DJGPP, and Novell Netware) and
documents them.
Checked in.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
* osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
Index: doc/ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* gdbint.texinfo (Target Architecture Definition): Document
GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
Index: osabi.c
===================================================================
RCS file: /cvs/src/src/gdb/osabi.c,v
retrieving revision 1.1
diff -u -p -r1.1 osabi.c
--- osabi.c 21 May 2002 15:36:02 -0000 1.1
+++ osabi.c 9 Jun 2002 15:08:19 -0000
@@ -40,6 +40,8 @@ static const char * const gdb_osabi_name
"NetBSD a.out",
"NetBSD ELF",
"Windows CE",
+ "DJGPP",
+ "NetWare",
"ARM EABI v1",
"ARM EABI v2",
Index: osabi.h
===================================================================
RCS file: /cvs/src/src/gdb/osabi.h,v
retrieving revision 1.1
diff -u -p -r1.1 osabi.h
--- osabi.h 21 May 2002 15:36:02 -0000 1.1
+++ osabi.h 9 Jun 2002 15:08:19 -0000
@@ -37,6 +37,8 @@ enum gdb_osabi
GDB_OSABI_NETBSD_AOUT,
GDB_OSABI_NETBSD_ELF,
GDB_OSABI_WINCE,
+ GDB_OSABI_GO32,
+ GDB_OSABI_NETWARE,
GDB_OSABI_ARM_EABI_V1,
GDB_OSABI_ARM_EABI_V2,
Index: doc/gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.89
diff -u -p -r1.89 gdbint.texinfo
--- doc/gdbint.texinfo 9 Jun 2002 02:11:12 -0000 1.89
+++ doc/gdbint.texinfo 9 Jun 2002 15:08:26 -0000
@@ -2386,6 +2386,14 @@ NetBSD using the ELF executable format
@item GDB_OSABI_WINCE
Windows CE
+@findex GDB_OSABI_GO32
+@item GDB_OSABI_GO32
+DJGPP
+
+@findex GDB_OSABI_NETWARE
+@item GDB_OSABI_NETWARE
+Novell NetWare
+
@findex GDB_OSABI_ARM_EABI_V1
@item GDB_OSABI_ARM_EABI_V1
ARM Embedded ABI version 1
next reply other threads:[~2002-06-09 15:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-09 8:13 Mark Kettenis [this message]
2002-06-09 9:40 ` Eli Zaretskii
2002-06-09 9:51 ` Mark Kettenis
2002-06-09 10:10 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200206091513.g59FDSc70617@elgar.kettenis.dyndns.org \
--to=kettenis@chello.nl \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox