From: Mark Kettenis <kettenis@chello.nl>
To: gdb-patches@sources.redhat.com, binutils@sources.redhat.com
Subject: [PATCH/RFA] Add N_PATCH stab
Date: Sun, 04 Jan 2004 21:09:00 -0000 [thread overview]
Message-ID: <200401042109.i04L9hMI026414@elgar.kettenis.dyndns.org> (raw)
The Solaris compiler emits these, which triggers a complaint in GDB.
I'd like to make GDB ignore these beasts.
Is this a BFD file or a GDB file?
Mark
Index: include/aout/ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* stab.def: Add N_PATCH.
Index: include/aout/stab.def
===================================================================
RCS file: /cvs/src/src/include/aout/stab.def,v
retrieving revision 1.2
diff -u -p -r1.2 stab.def
--- include/aout/stab.def 14 Mar 2001 02:27:43 -0000 1.2
+++ include/aout/stab.def 4 Jan 2004 21:06:32 -0000
@@ -181,6 +181,9 @@ __define_stab (N_EXCL, 0xc2, "EXCL")
/* Modula-2 scope information. Can someone say what info it contains? */
__define_stab (N_SCOPE, 0xc4, "SCOPE")
+/* Solaris2: Patch Run Time Checker. */
+__define_stab (N_PATCH, 0xd0, "PATCH")
+
/* End of a lexical block. Desc matches the N_LBRAC's desc.
The value is the address of the end of the text for the block.
On Solaris2, the value is relative to the start of the current function. */
@@ -256,7 +259,7 @@ __define_stab (N_LENG, 0xfe, "LENG")
| B8 | BA | BC | BE |
| C0 LBRAC | C2 EXCL | C4 SCOPE | C6 |
| C8 | CA | CC | CE |
- | D0 | D2 | D4 | D6 |
+ | D0 PATCH | D2 | D4 | D6 |
| D8 | DA | DC | DE |
| E0 RBRAC | E2 BCOMM | E4 ECOMM | E6 |
| E8 ECOML | EA WITH | EC | EE |
next reply other threads:[~2004-01-04 21:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-04 21:09 Mark Kettenis [this message]
2004-01-06 17:07 ` Nick Clifton
2004-01-06 21:44 ` 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=200401042109.i04L9hMI026414@elgar.kettenis.dyndns.org \
--to=kettenis@chello.nl \
--cc=binutils@sources.redhat.com \
--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