This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem compiling head branch ...



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]