Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Add GDB_OSABI_INTERIX enum value
@ 2002-09-11 12:06 Joel Brobecker
  2002-09-11 12:12 ` Michael Snyder
  2002-09-11 17:34 ` Joel Brobecker
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2002-09-11 12:06 UTC (permalink / raw)
  To: gdb-patches

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

2002-09-11  J. Brobecker  <brobecker@gnat.com>

        * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
        Interix.

Ok to apply?

Thanks,
-- 
Joel

[-- Attachment #2: osabi.h.diff --]
[-- Type: text/plain, Size: 460 bytes --]

Index: osabi.h
===================================================================
RCS file: /cvs/src/src/gdb/osabi.h,v
retrieving revision 1.4
diff -c -3 -p -r1.4 osabi.h
*** osabi.h	27 Jul 2002 01:28:43 -0000	1.4
--- osabi.h	11 Sep 2002 19:03:47 -0000
*************** enum gdb_osabi
*** 41,46 ****
--- 41,47 ----
    GDB_OSABI_NETWARE,
    GDB_OSABI_IRIX,
    GDB_OSABI_LYNXOS,
+   GDB_OSABI_INTERIX,
  
    GDB_OSABI_ARM_EABI_V1,
    GDB_OSABI_ARM_EABI_V2,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA] Add GDB_OSABI_INTERIX enum value
  2002-09-11 12:06 [RFA] Add GDB_OSABI_INTERIX enum value Joel Brobecker
@ 2002-09-11 12:12 ` Michael Snyder
  2002-09-11 15:34   ` Joel Brobecker
  2002-09-11 17:34 ` Joel Brobecker
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Snyder @ 2002-09-11 12:12 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

Joel Brobecker wrote:
> 
> 2002-09-11  J. Brobecker  <brobecker@gnat.com>
> 
>         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
>         Interix.
> 
> Ok to apply?

Certainly seems reasonable.

> 
> Thanks,
> --
> Joel
> 
>   -------------------------------------------------------------------------------
> 
>    osabi.h.diffName: osabi.h.diff
>                Type: Plain Text (text/plain)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA] Add GDB_OSABI_INTERIX enum value
  2002-09-11 12:12 ` Michael Snyder
@ 2002-09-11 15:34   ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2002-09-11 15:34 UTC (permalink / raw)
  To: Michael Snyder; +Cc: gdb-patches

On Wed, Sep 11, 2002 at 12:12:24PM -0700, Michael Snyder wrote:
> Joel Brobecker wrote:
> > 
> > 2002-09-11  J. Brobecker  <brobecker@gnat.com>
> > 
> >         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
> >         Interix.
> > 
> > Ok to apply?
> 
> Certainly seems reasonable.

Thank you, it's now in.

-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA] Add GDB_OSABI_INTERIX enum value
  2002-09-11 12:06 [RFA] Add GDB_OSABI_INTERIX enum value Joel Brobecker
  2002-09-11 12:12 ` Michael Snyder
@ 2002-09-11 17:34 ` Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2002-09-11 17:34 UTC (permalink / raw)
  To: gdb-patches

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

On Wed, Sep 11, 2002 at 12:06:45PM -0700, Joel Brobecker wrote:
> 2002-09-11  J. Brobecker  <brobecker@gnat.com>
> 
>         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
>         Interix.

Ooops! This change seemed harmless, but it needs another change in osabi
to work. I found this problem by doing some testing on Linux (SEGV at
startup).

Here is the change I committed to fix my mistake:
2002-09-11  J. Brobecker  <brobecker@gnat.com>

        * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.

Sorry about that, next time I'll rerun the testsuite, however harmless
the change seems to be.
-- 
Joel

[-- Attachment #2: osabi.c.diff --]
[-- Type: text/plain, Size: 438 bytes --]

Index: osabi.c
===================================================================
RCS file: /cvs/src/src/gdb/osabi.c,v
retrieving revision 1.7
diff -c -3 -p -r1.7 osabi.c
*** osabi.c	27 Aug 2002 22:37:06 -0000	1.7
--- osabi.c	12 Sep 2002 00:24:48 -0000
*************** static const char * const gdb_osabi_name
*** 45,50 ****
--- 45,51 ----
    "NetWare",
    "Irix",
    "LynxOS",
+   "Interix",
  
    "ARM EABI v1",
    "ARM EABI v2",

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-12  0:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-11 12:06 [RFA] Add GDB_OSABI_INTERIX enum value Joel Brobecker
2002-09-11 12:12 ` Michael Snyder
2002-09-11 15:34   ` Joel Brobecker
2002-09-11 17:34 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox