From: Mark Alexander Date: Mon, 15 Feb 1999 02:23:56 +0000 (+0000) Subject: * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1730ec6b1848f0f32154277f788fb29f88d8475b;p=binutils-gdb.git * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that coffread.c will correctly handle char or short function parameters. --- diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 22e60a81237..21779094f65 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