mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
* config/mips/tm-mips.h: Ditto. * config/pa/tm-hppa.h: Ditto. * config/rs6000/tm-rs6000.h: Ditto. * config/sparc/tm-sparc.h: Ditto.
This commit is contained in:
@ -634,3 +634,9 @@ extern int deferred_stores;
|
||||
target_store_registers (-2);
|
||||
#define CLEAR_DEFERRED_STORES \
|
||||
deferred_stores = 0;
|
||||
|
||||
/* If the current gcc for for this target does not produce correct debugging
|
||||
information for float parameters, both prototyped and unprototyped, then
|
||||
define this macro. This forces gdb to always assume that floats are
|
||||
passed as doubles and then converted in the callee. */
|
||||
#define COERCE_FLOAT_TO_DOUBLE 1
|
||||
|
Reference in New Issue
Block a user