public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Gianni Mariani <gianni@mariani.ws>
To: gdb@sources.redhat.com
Subject: Problem compiling head branch ...
Date: Sun, 20 Apr 2003 00:53:00 -0000	[thread overview]
Message-ID: <3EA1EF7F.6080007@mariani.ws> (raw)


I checked out the gdb head this morning and ran into a compile problem - 
here is the diff.

apparently mmx_num_regs has been renamed to i386_num_mmx_regs but this 
was one omission.

Index: i386-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.c,v
retrieving revision 1.138
diff -r1.138 i386-tdep.c
1545c1545
<   set_gdbarch_num_pseudo_regs (gdbarch, mmx_num_regs);
---
 >   set_gdbarch_num_pseudo_regs (gdbarch, i386_num_mmx_regs);


             reply	other threads:[~2003-04-20  0:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-20  0:53 Gianni Mariani [this message]
2003-04-21 18:57 ` 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=3EA1EF7F.6080007@mariani.ws \
    --to=gianni@mariani.ws \
    --cc=gdb@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).