system.h: Poison macros obsoleted by earlier patch.

* system.h: Poison macros obsoleted by earlier patch.
	* config/cris/cris.c: C90-ify a function definition.

From-SVN: r72041
This commit is contained in:
Zack Weinberg 2003-10-02 17:22:57 +00:00
parent 8ae8113683
commit 30ee56e13d
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-10-02 Zack Weinberg <zack@codesourcery.com>
* system.h: Poison macros obsoleted by earlier patch.
* config/cris/cris.c: C90-ify a function definition.
2003-10-02 Josef Zlomek <zlomekj@suse.cz>
PR/12292

View File

@ -2727,7 +2727,7 @@ cris_file_start (void)
/* Rename the function calls for integer multiply and divide. */
static void
cris_init_libfuncs ()
cris_init_libfuncs (void)
{
set_optab_libfunc (smul_optab, SImode, "__Mul");
set_optab_libfunc (sdiv_optab, SImode, "__Div");

View File

@ -587,7 +587,10 @@ typedef char _Bool;
ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL \
ASM_OUTPUT_MI_THUNK CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS \
ADDRESS_COST MACHINE_DEPENDENT_REORG ASM_FILE_START ASM_FILE_END \
ASM_SIMPLIFY_DWARF_ADDR
ASM_SIMPLIFY_DWARF_ADDR INIT_TARGET_OPTABS INIT_SUBTARGET_OPTABS \
INIT_GOFAST_OPTABS MULSI3_LIBCALL MULDI3_LIBCALL DIVSI3_LIBCALL \
DIVDI3_LIBCALL UDIVSI3_LIBCALL UDIVDI3_LIBCALL MODSI3_LIBCALL \
MODDI3_LIBCALL UMODSI3_LIBCALL UMODDI3_LIBCALL
/* Other obsolete target macros, or macros that used to be in target
headers and were not used, and may be obsolete or may never have