diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/sh/tm-sh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 22e60a8..2177909 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -275,5 +275,7 @@ extern void sh_pop_frame PARAMS ((void)); #define COERCE_FLOAT_TO_DOUBLE 1 +#define BELIEVE_PCC_PROMOTION 1 + /* Need this for WinGDB. See gdb/mswin/{regdoc.h, gdbwin.c, gui.cpp}. */ #define TARGET_SH |