* [PATCH/RFA] Add N_PATCH stab
@ 2004-01-04 21:09 Mark Kettenis
2004-01-06 17:07 ` Nick Clifton
0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2004-01-04 21:09 UTC (permalink / raw)
To: gdb-patches, binutils
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 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH/RFA] Add N_PATCH stab
2004-01-04 21:09 [PATCH/RFA] Add N_PATCH stab Mark Kettenis
@ 2004-01-06 17:07 ` Nick Clifton
2004-01-06 21:44 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2004-01-06 17:07 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches, binutils
Hi Mark,
> 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?
It is shared by both.
> Index: include/aout/ChangeLog
> from Mark Kettenis <kettenis@gnu.org>
>
> * stab.def: Add N_PATCH.
I have taken the liberty of approving and applying this patch. I hope
that nobody from GDB-land will object.
Cheers
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH/RFA] Add N_PATCH stab
2004-01-06 17:07 ` Nick Clifton
@ 2004-01-06 21:44 ` Andrew Cagney
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Cagney @ 2004-01-06 21:44 UTC (permalink / raw)
To: Nick Clifton; +Cc: Mark Kettenis, gdb-patches, binutils
> Hi Mark,
>
>
>> 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?
>
>
> It is shared by both.
FYI, GDB uses it, but bfd "owns" it.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-01-06 21:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-04 21:09 [PATCH/RFA] Add N_PATCH stab Mark Kettenis
2004-01-06 17:07 ` Nick Clifton
2004-01-06 21:44 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox