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: [RFA] New bitflags type and eflags on i386/x86-64


On Tue, Sep 03, 2002 at 11:17:43AM +0200, Michal Ludvig wrote:
> Pierre Muller wrote:
> >>>set (int)$eflags &=0xfffe
> >
> >That one was finally easy to solve :
> >(I still have the old version of the patch on my computer...)
> >The following patch was enough to get
> >set $eflags &= 0xfffe
> >to work again...
> >it just allows TYPE_CODE_FLAGS to be considered as an integer type for 
> >binary operations
> >maybe some other small similar changes are required for unary operations,
> >but it should be easy to solve !
> 
> Thanks for help. Attached file incorporates your patch as well. Could 
> anyone approve it, please?

Can't approve it, but I like it.  Thanks for following this through.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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