This is the mail archive of the gdb-patches@sourceware.org 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: [RFA][2/5] New port: Cell BE SPU (valops.c fix)


On Wed, Nov 22, 2006 at 09:43:06PM +0100, Ulrich Weigand wrote:
> > I'm wondering if you're describing the latter case, in which case the
> > problem is that we're calling value_to_register on only part of the
> > value we want in the register.
> 
> Yes, that's what I was thinking.

OK, that sounds like we need something different here.  I'm not sure
quite what.  We need to somehow reconstruct the entire value, but we
haven't got a handy parent pointer we can use to get at it.  We could
reread it, I suppose.

Does the same thing happen for struct { char w, x, y, z; }?

-- 
Daniel Jacobowitz
CodeSourcery


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