Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Andreas Schwab <schwab@suse.de>
Cc: Vladimir Prus <vladimir@codesourcery.com>,
		gdb-patches@sources.redhat.com
Subject: Re: ColdFire/fido support
Date: Sat, 30 Jun 2007 16:00:00 -0000	[thread overview]
Message-ID: <20070630154628.GA5763@caradoc.them.org> (raw)
In-Reply-To: <je7ipltpym.fsf@sykes.suse.de>

On Sat, Jun 30, 2007 at 05:35:45PM +0200, Andreas Schwab wrote:
> Vladimir Prus <vladimir@codesourcery.com> writes:
> 
> > +  /* The mechanism for returning floating values from function
> > +     and the type of long double depend on whether we're
> > +     on ColdFire or standard m68k. */
> > +
> > +  if (info.bfd_arch_info)
> > +    {
> > +      const bfd_arch_info_type *coldfire_arch = 
> > +	bfd_lookup_arch (bfd_arch_m68k, bfd_mach_mcf_isa_a_nodiv);
> > +
> > +      if (coldfire_arch
> > +	  && (*info.bfd_arch_info->compatible) 
> > +	  (info.bfd_arch_info, coldfire_arch))
> > +	flavour = m68k_coldfire_flavour;
> > +    }
> 
> This always sets flavour to m68k_coldfire_flavour, since any m68k arch
> is always compatible with the generic m68k architecture.
> 
> Andreas.
> 
> 2007-06-30  Andreas Schwab  <schwab@suse.de>
> 
> 	* m68k-tdep.c (m68k_gdbarch_init): Don't infer coldfire flavour
> 	from the generic m68k arch.

Whoops.  OK, thanks!

-- 
Daniel Jacobowitz
CodeSourcery


      reply	other threads:[~2007-06-30 15:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-05  9:37 Vladimir Prus
2007-05-05 11:02 ` Andreas Schwab
2007-05-06 11:52   ` Vladimir Prus
2007-05-28 11:43     ` Vladimir Prus
2007-06-05 15:19       ` Daniel Jacobowitz
2007-06-08 10:58         ` Vladimir Prus
2007-06-12 13:38           ` Daniel Jacobowitz
2007-06-15 10:17             ` Vladimir Prus
2007-06-15 14:47               ` Daniel Jacobowitz
2007-06-15 19:05                 ` Vladimir Prus
2007-06-16 10:21                   ` Eli Zaretskii
2007-06-19 16:39                     ` Vladimir Prus
2007-06-19 16:53                       ` Eli Zaretskii
2007-06-19 17:10                         ` Daniel Jacobowitz
2007-06-19 18:00                           ` Eli Zaretskii
2007-06-20  9:14                             ` Vladimir Prus
2007-06-20 18:15                               ` Eli Zaretskii
2007-06-30 15:47       ` Andreas Schwab
2007-06-30 16:00         ` Daniel Jacobowitz [this message]

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=20070630154628.GA5763@caradoc.them.org \
    --to=drow@false.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=schwab@suse.de \
    --cc=vladimir@codesourcery.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