Re: [PATCH v1 9/9] target/m68k: fix gdb for m68xxx

2020-05-01 Thread Laurent Vivier
Le 30/04/2020 à 21:01, Alex Bennée a écrit : > From: KONRAD Frederic > > Currently "cf-core.xml" is sent to GDB when using any m68k flavor. Thing is > it uses the "org.gnu.gdb.coldfire.core" feature name and gdb 8.3 then expects > a coldfire FPU instead of the default m68881 FPU. > > This is no

Re: [PATCH v1 9/9] target/m68k: fix gdb for m68xxx

2020-05-01 Thread Richard Henderson
On 4/30/20 12:01 PM, Alex Bennée wrote: > From: KONRAD Frederic > > Currently "cf-core.xml" is sent to GDB when using any m68k flavor. Thing is > it uses the "org.gnu.gdb.coldfire.core" feature name and gdb 8.3 then expects > a coldfire FPU instead of the default m68881 FPU. > > This is not OK

[PATCH v1 9/9] target/m68k: fix gdb for m68xxx

2020-04-30 Thread Alex Bennée
From: KONRAD Frederic Currently "cf-core.xml" is sent to GDB when using any m68k flavor. Thing is it uses the "org.gnu.gdb.coldfire.core" feature name and gdb 8.3 then expects a coldfire FPU instead of the default m68881 FPU. This is not OK because the m68881 floats registers are 96 bits wide s