mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 02:17:45 +08:00
*** empty log message ***
This commit is contained in:
@ -99,11 +99,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#define INVALID_FLOAT(p, len) (0)
|
||||
|
||||
#if 0
|
||||
/* code to execute to print interesting information about the
|
||||
* floating point processor (if any)
|
||||
* No need to define if there is nothing to do.
|
||||
floating point processor (if any)
|
||||
No need to define if there is nothing to do.
|
||||
On the 386, unfortunately this code is host-dependent (and lives
|
||||
in the i386-xdep.c file), so we can't
|
||||
do this unless we *know* we aren't cross-debugging. FIXME.
|
||||
*/
|
||||
#define FLOAT_INFO { i386_float_info (); }
|
||||
#endif 0
|
||||
|
||||
/* Say how long (ordinary) registers are. */
|
||||
|
||||
|
Reference in New Issue
Block a user