public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Problem compiling head branch ...
@ 2003-04-20  0:53 Gianni Mariani
  2003-04-21 18:57 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Gianni Mariani @ 2003-04-20  0:53 UTC (permalink / raw)
  To: gdb


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);


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem compiling head branch ...
  2003-04-20  0:53 Problem compiling head branch Gianni Mariani
@ 2003-04-21 18:57 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2003-04-21 18:57 UTC (permalink / raw)
  To: Gianni Mariani; +Cc: gdb

> 
> 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);
> 

Hmm, yes, just checked in something strikingly similar.

Andrew


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-21 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-20  0:53 Problem compiling head branch Gianni Mariani
2003-04-21 18:57 ` Andrew Cagney

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).