mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Only dump IEEE_FLOAT when defined.
This commit is contained in:
@@ -659,9 +659,11 @@ gdbarch_dump (void)
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
"gdbarch_update: TARGET_LONG_DOUBLE_BIT = %ld\n",
|
||||
(long) TARGET_LONG_DOUBLE_BIT);
|
||||
#ifdef IEEE_FLOAT
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
"gdbarch_update: IEEE_FLOAT = %ld\n",
|
||||
(long) IEEE_FLOAT);
|
||||
#endif
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
"gdbarch_update: TARGET_READ_PC = 0x%08lx\n",
|
||||
(long) current_gdbarch->read_pc
|
||||
|
||||
Reference in New Issue
Block a user