This is the mail archive of the gdb-patches@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: [PATCH/RFA] Move i387 register supply/fill to i387-tdep.c


Jason R Thorpe <thorpej@wasabisystems.com> writes:

> Note, that I think there might be byte-order snafus in the i387
> supply/fill goo, but it'd be nice to move it first, and then fix
> the bugs in it :-)

Not only byte-order snafus, but also assumptions about the size of
certain types (basically that a short is two bytes).

Thos problems should be solved before moving the code into
i387-tdep.c.  Sorry.

Mark


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