diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index a1344304de9..8f22ed61133 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -4154,9 +4154,6 @@ cris_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) which means we have to set this explicitly. */ set_gdbarch_long_double_bit (gdbarch, 64); - /* Floating point is IEEE compatible. */ - set_gdbarch_ieee_float (gdbarch, 1); - /* There are 32 registers (some of which may not be implemented). */ set_gdbarch_num_regs (gdbarch, 32); set_gdbarch_sp_regnum (gdbarch, 14); |