Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: Vladimir Prus <vladimir@codesourcery.com>,
	 Mark Kettenis <mark.kettenis@xs4all.nl>
Subject: Re: [m68k] correct m68k_convert_register_p for coldfire
Date: Fri, 06 Nov 2009 13:23:00 -0000	[thread overview]
Message-ID: <200911061323.53556.pedro@codesourcery.com> (raw)
In-Reply-To: <200911061604.18419.vladimir@codesourcery.com>

On Friday 06 November 2009 13:04:18, Vladimir Prus wrote:
>   Index: gdb/m68k-tdep.c
> ===================================================================
> --- gdb/m68k-tdep.c     (revision 219692)
> +++ gdb/m68k-tdep.c     (revision 219693)
> @@ -177,7 +177,7 @@
>    if (!gdbarch_tdep (gdbarch)->fpregs_present)
>      return 0;
>    return (regnum >= M68K_FP0_REGNUM && regnum <= M68K_FP0_REGNUM + 7
> -         && type != builtin_type_m68881_ext);
> +         && type != register_type (current_gdbarch, M68K_FP0_REGNUM));
>  }
>  

Please don't apply this as is without at least trying to
build it...  current_gdbarch doesn't exist anymore.

-- 
Pedro Alves


  parent reply	other threads:[~2009-11-06 13:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 13:04 Vladimir Prus
2009-11-06 13:18 ` Mark Kettenis
2009-11-06 13:23 ` Pedro Alves [this message]
2009-11-06 17:25   ` Vladimir Prus
2009-11-06 18:36     ` Daniel Jacobowitz
2009-11-06 19:27       ` Vladimir Prus
2009-11-06 23:27     ` Mark Kettenis
2009-11-07 11:02       ` Vladimir Prus
2009-11-08 12:29         ` Mark Kettenis

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=200911061323.53556.pedro@codesourcery.com \
    --to=pedro@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=mark.kettenis@xs4all.nl \
    --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