* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
authorMark Alexander <marka@cygnus>
Mon, 15 Feb 1999 02:23:56 +0000 (02:23 +0000)
committerMark Alexander <marka@cygnus>
Mon, 15 Feb 1999 02:23:56 +0000 (02:23 +0000)
coffread.c will correctly handle char or short function parameters.

gdb/config/sh/tm-sh.h

index 22e60a812370e83d5f3e3b78384e7c83c0f781b9..21779094f65576700a6fef026dbc70e47d1d8660 100644 (file)
@@ -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
This page took 0.035248 seconds and 4 git commands to generate.