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: cross targeted gdb and corefiles



kevine@wildseed.com said:
> (given that there is no fp on arm - is the supply_fpregset really
> necessary???) 

AFAIK The ARM/Linux ABI currently uses the FPA instruction set, which 
means that you will need a floating point emulator on most ARM systems 
(main exception is the ARM7500FE, but even there you will need an emulator 
to handle the corner-cases that the hardware bounces).

So yes, you probably do need to supply the fpregset if you want to claim 
full support.

R.


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