Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* new target:  i*86-*-pe*
@ 2001-07-18 13:45 Stephen Smith
  2001-07-18 22:14 ` Andrew Cagney
  2001-07-20 14:50 ` Andrew Cagney
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Smith @ 2001-07-18 13:45 UTC (permalink / raw)
  To: GDB patches, Elena Zannoni

This patch supersedes one component of  http://sources.redhat.com/ml/gdb-patches/2001-07/msg00448.html
as requested by Elena Zannoni <ezannoni@cygnus.com>.

        * configure.tgt (i*86-*-pe*): New target.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.33
diff -u -p -r1.33 configure.tgt
--- configure.tgt 2001/07/16 08:52:41 1.33
+++ configure.tgt 2001/07/18 16:52:16
@@ -125,6 +125,7 @@ i[3456]86-*-netware*) gdb_target=i386nw
   configdirs="${configdirs} nlm" ;;
 i[3456]86-*-osf1mk*) gdb_target=i386mk ;;
 i[3456]86-*-cygwin*) gdb_target=cygwin  ;;
+i[3456]86-*-pe*) gdb_target=embed   ;;
 i[3456]86-*-vxworks*) gdb_target=vxworks ;;

 i960-*-bout*)  gdb_target=vxworks960 ;;


sps


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

* Re: new target:  i*86-*-pe*
  2001-07-18 13:45 new target: i*86-*-pe* Stephen Smith
@ 2001-07-18 22:14 ` Andrew Cagney
  2001-07-20 14:50 ` Andrew Cagney
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Cagney @ 2001-07-18 22:14 UTC (permalink / raw)
  To: Stephen Smith; +Cc: GDB patches, Elena Zannoni

FYI,

I've checked this in.  Thanks.

	Andrew

  * configure.tgt (i*86-*-pe*): New target.


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

* Re: new target:  i*86-*-pe*
  2001-07-18 13:45 new target: i*86-*-pe* Stephen Smith
  2001-07-18 22:14 ` Andrew Cagney
@ 2001-07-20 14:50 ` Andrew Cagney
  2001-07-24 13:01   ` Stephen Smith
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2001-07-20 14:50 UTC (permalink / raw)
  To: Stephen Smith; +Cc: GDB patches

Stephen,

Could you please add yourself to the MAINTAINERS file under write after 
approval.  It's an obvious fix so you just need to post the diff & 
ChangeLog when you commit.

	Andrew


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

* Re: new target:  i*86-*-pe*
  2001-07-20 14:50 ` Andrew Cagney
@ 2001-07-24 13:01   ` Stephen Smith
  2001-07-24 14:55     ` Stephen Smith
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Smith @ 2001-07-24 13:01 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: GDB patches

Done:

*        MAINTAINERS (Stephen P. Smith): Added to write after approval list.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.109
diff -u -p -r1.109 MAINTAINERS
--- MAINTAINERS 2001/07/19 05:22:46     1.109
+++ MAINTAINERS 2001/07/24 19:56:34
@@ -347,6 +347,7 @@ Alexandre Oliva                                     aoliva@redhat.com
 Mark Salter                                    msalter@redhat.com
 Keith Seitz                                    keiths@cygnus.com
 David Smith                                    dsmith@redhat.com
+Stephen P. Smith                               ssmith@sources.redhat.com
 Gary Thomas                                    gthomas@redhat.com
 Tom Tromey                                     tromey@cygnus.com

Andrew Cagney wrote:

> Stephen,
>
> Could you please add yourself to the MAINTAINERS file under write after
> approval.  It's an obvious fix so you just need to post the diff &
> ChangeLog when you commit.
>
>         Andrew


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

* Re: new target:  i*86-*-pe*
  2001-07-24 13:01   ` Stephen Smith
@ 2001-07-24 14:55     ` Stephen Smith
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Smith @ 2001-07-24 14:55 UTC (permalink / raw)
  To: GDB patches; +Cc: Andrew Cagney, Kevin Buettner

I fixed Andrew and Kevin's nit's (line spacing and email address).

Stephen

Stephen Smith wrote:

> Done:
>
> *        MAINTAINERS (Stephen P. Smith): Added to write after approval list.
>
> Index: MAINTAINERS
> ===================================================================
> RCS file: /cvs/src/src/gdb/MAINTAINERS,v
> retrieving revision 1.109
> diff -u -p -r1.109 MAINTAINERS
> --- MAINTAINERS 2001/07/19 05:22:46     1.109
> +++ MAINTAINERS 2001/07/24 19:56:34
> @@ -347,6 +347,7 @@ Alexandre Oliva                                     aoliva@redhat.com
>  Mark Salter                                    msalter@redhat.com
>  Keith Seitz                                    keiths@cygnus.com
>  David Smith                                    dsmith@redhat.com
> +Stephen P. Smith                               ssmith@sources.redhat.com
>  Gary Thomas                                    gthomas@redhat.com
>  Tom Tromey                                     tromey@cygnus.com
>
> Andrew Cagney wrote:
>
> > Stephen,
> >
> > Could you please add yourself to the MAINTAINERS file under write after
> > approval.  It's an obvious fix so you just need to post the diff &
> > ChangeLog when you commit.
> >
> >         Andrew


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

end of thread, other threads:[~2001-07-24 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18 13:45 new target: i*86-*-pe* Stephen Smith
2001-07-18 22:14 ` Andrew Cagney
2001-07-20 14:50 ` Andrew Cagney
2001-07-24 13:01   ` Stephen Smith
2001-07-24 14:55     ` Stephen Smith

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