Commit 30ee56e1 by Zack Weinberg

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
parent 8ae81136
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> 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
PR/12292 PR/12292
...@@ -11,7 +16,7 @@ ...@@ -11,7 +16,7 @@
(cgraph_node_for_identifier): Use NO_INSERT. (cgraph_node_for_identifier): Use NO_INSERT.
(cgraph_remove_node): Use NO_INSERT. (cgraph_remove_node): Use NO_INSERT.
(cgraph_varpool_node): Use INSERT. (cgraph_varpool_node): Use INSERT.
(cgraph_varpool_node_for_identifier): Use NO_INSERT. (cgraph_varpool_node_for_identifier): Use NO_INSERT.
2003-10-02 Josef Zlomek <zlomekj@suse.cz> 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
......
...@@ -2727,7 +2727,7 @@ cris_file_start (void) ...@@ -2727,7 +2727,7 @@ cris_file_start (void)
/* Rename the function calls for integer multiply and divide. */ /* Rename the function calls for integer multiply and divide. */
static void static void
cris_init_libfuncs () cris_init_libfuncs (void)
{ {
set_optab_libfunc (smul_optab, SImode, "__Mul"); set_optab_libfunc (smul_optab, SImode, "__Mul");
set_optab_libfunc (sdiv_optab, SImode, "__Div"); set_optab_libfunc (sdiv_optab, SImode, "__Div");
......
...@@ -587,7 +587,10 @@ typedef char _Bool; ...@@ -587,7 +587,10 @@ typedef char _Bool;
ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL \ ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL \
ASM_OUTPUT_MI_THUNK CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS \ ASM_OUTPUT_MI_THUNK CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS \
ADDRESS_COST MACHINE_DEPENDENT_REORG ASM_FILE_START ASM_FILE_END \ 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 /* 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 headers and were not used, and may be obsolete or may never have
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment