Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Volkov <Andrew.Volkov@transas.com>
To: gdb-patches@sources.redhat.com
Subject: RE: [patch/RFA]: Fix duplicated define of _initialize_ser_e7000pc
Date: Mon, 10 Jun 2002 12:21:00 -0000	[thread overview]
Message-ID: <2E74F312D6980D459F3A05492BA40F8DEFCB35@clue.transas.com> (raw)

Committed

Andrey

>-----Original Message-----
>From: Andrew Volkov [mailto:Andrew.Volkov@transas.com]
>Sent: Monday, June 10, 2002 3:32 PM
>To: gdb-patches@sources.redhat.com
>Subject: [patch/RFA]: Fix duplicated define of _initialize_ser_e7000pc
>
>
>Hi,
>
>Attached patch fix double call of _initialize_ser_e7000pc 
>in generated init.c
>
>Ok for commit?
>
>Andrey
> 
>2002-10-06 Andrey Volkov <avolkov@transas.com>
>
>	* ser-e7kpc.c: Fix duplicated define and call of 
>	_initialize_ser_e7000pc
>
>Index: ser-e7kpc.c
>===================================================================
>RCS file: /cvs/src/src/gdb/ser-e7kpc.c,v
>retrieving revision 1.7
>diff -u -r1.7 ser-e7kpc.c
>--- ser-e7kpc.c	11 Jul 2001 17:52:32 -0000	1.7
>+++ ser-e7kpc.c	10 Jun 2002 11:20:50 -0000
>@@ -423,16 +423,12 @@
>   e7000pc_noop,			/* wait for output to drain */
> };
> 
>-void
>-_initialize_ser_e7000pc (void)
>-{
>-  serial_add_interface (&e7000pc_ops);
>-}
>-#else
>+#endif /*_WIN32 or __GO32__*/
> 
> void
> _initialize_ser_e7000pc (void)
> {
>-
>+#if defined __GO32__ || defined _WIN32
>+  serial_add_interface (&e7000pc_ops);
>+#endif  
> }
>-#endif
>


             reply	other threads:[~2002-06-10 19:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-10 12:21 Andrew Volkov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-10  4:32 Andrew Volkov
2002-06-10  8:18 ` 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=2E74F312D6980D459F3A05492BA40F8DEFCB35@clue.transas.com \
    --to=andrew.volkov@transas.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