From 1730ec6b1848f0f32154277f788fb29f88d8475b Mon Sep 17 00:00:00 2001 From: Mark Alexander Date: Mon, 15 Feb 1999 02:23:56 +0000 Subject: [PATCH] * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that coffread.c will correctly handle char or short function parameters. --- gdb/config/sh/tm-sh.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2