Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Kris Warkentin" <kewarken@qnx.com>
To: "Mark Kettenis" <kettenis@chello.nl>
Cc: <gdb-patches@sources.redhat.com>
Subject: [Patch] add GDB_OSABI_QNXNTO
Date: Mon, 24 Feb 2003 15:56:00 -0000	[thread overview]
Message-ID: <016a01c2dc1d$4f365bc0$0202040a@catdog> (raw)
In-Reply-To: <86lm06oaf9.fsf@elgar.kettenis.dyndns.org>

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Attached find a patch and changelog for gdb osabi support for QNX Neutrino.

cheers,

Kris

[-- Attachment #2: osabi.diff --]
[-- Type: application/octet-stream, Size: 805 bytes --]

Index: defs.h
===================================================================
RCS file: /cvs/src/src/gdb/defs.h,v
retrieving revision 1.113
diff -u -r1.113 defs.h
--- defs.h	14 Feb 2003 13:58:05 -0000	1.113
+++ defs.h	24 Feb 2003 15:51:34 -0000
@@ -1008,6 +1008,7 @@
   GDB_OSABI_ARM_EABI_V1,
   GDB_OSABI_ARM_EABI_V2,
   GDB_OSABI_ARM_APCS,
+  GDB_OSABI_QNXNTO,
 
   GDB_OSABI_INVALID		/* keep this last */
 };
Index: osabi.c
===================================================================
RCS file: /cvs/src/src/gdb/osabi.c,v
retrieving revision 1.12
diff -u -r1.12 osabi.c
--- osabi.c	4 Jan 2003 23:47:13 -0000	1.12
+++ osabi.c	24 Feb 2003 15:51:34 -0000
@@ -72,6 +72,7 @@
   "ARM EABI v1",
   "ARM EABI v2",
   "ARM APCS",
+  "QNX Neutrino",
 
   "<invalid>"
 };

[-- Attachment #3: osabi.changelog --]
[-- Type: application/octet-stream, Size: 145 bytes --]

2003-02-24  Kris Warkentin  <kewarken@qnx.com>

	* defs.h (gdb_osabi): add GDB_OSABI_QNXNTO
	* osabi.c (gdb_osabi_names): add "QNX Neutrino"

  parent reply	other threads:[~2003-02-24 15:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-17 20:56 [Patch] QNX i386 native support take 2 Kris Warkentin
     [not found] ` <86lm06oaf9.fsf@elgar.kettenis.dyndns.org>
2003-02-24 15:56   ` Kris Warkentin [this message]
2003-02-25 16:31     ` [Patch] add GDB_OSABI_QNXNTO Kevin Buettner
2003-02-26 15:13       ` Kris Warkentin
2003-02-25 16:44     ` pending/1094: " Andrew Cagney

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='016a01c2dc1d$4f365bc0$0202040a@catdog' \
    --to=kewarken@qnx.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=kettenis@chello.nl \
    /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