public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Kris Van Hees <kris.van.hees@oracle.com>
To: frysk@sourceware.org
Subject: Patch to the current tree (for this week's call)
Date: Wed, 20 Jun 2007 13:28:00 -0000	[thread overview]
Message-ID: <20070620132347.GF3085@ca-server1.us.oracle.com> (raw)

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

Here is the patch that needs to be applied to the current CVS HEAD to
get the same tree as what will be used for the demo.

	Cheers,
	Kris

[-- Attachment #2: PATCH --]
[-- Type: text/plain, Size: 1041 bytes --]

Index: frysk-gui/frysk/gui/srcwin/SourceWindow.java
===================================================================
RCS file: /cvs/frysk/frysk-gui/frysk/gui/srcwin/SourceWindow.java,v
retrieving revision 1.258
diff -r1.258 SourceWindow.java
2895c2895
<     if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC))
---
>     if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC || isa instanceof frysk.proc.IsaX8664))
2899c2899
<                                                + " on 64-bit architectures! ");
---
>                                                + " on this architectures! ");
2924c2924
<     if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC))
---
>     if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC || isa instanceof frysk.proc.IsaX8664))
2928c2928
<                                                + " on 64-bit architectures! ");
---
>                                                + " on this architectures! ");

             reply	other threads:[~2007-06-20 13:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-20 13:28 Kris Van Hees [this message]
2007-06-20 13:42 ` Kris Van Hees
2007-06-21  2:16   ` 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=20070620132347.GF3085@ca-server1.us.oracle.com \
    --to=kris.van.hees@oracle.com \
    --cc=frysk@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).