Commit b86fe7b4 by Geoffrey Keating Committed by Geoffrey Keating

rs6000.c (rs6000_attribute_table): Add 'extern' to tentative declaration.

	* config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
	to tentative declaration.

From-SVN: r66396
parent 0992fb51
2003-05-02 Geoffrey Keating <geoffk@apple.com> 2003-05-02 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
to tentative declaration.
* config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete. * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
(SYMBOL_FLAG_SMALL_V4): Delete. (SYMBOL_FLAG_SMALL_V4): Delete.
* config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P. * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
......
...@@ -211,7 +211,7 @@ static void rs6000_assemble_visibility PARAMS ((tree, int)); ...@@ -211,7 +211,7 @@ static void rs6000_assemble_visibility PARAMS ((tree, int));
#endif #endif
static int rs6000_ra_ever_killed PARAMS ((void)); static int rs6000_ra_ever_killed PARAMS ((void));
static tree rs6000_handle_longcall_attribute PARAMS ((tree *, tree, tree, int, bool *)); static tree rs6000_handle_longcall_attribute PARAMS ((tree *, tree, tree, int, bool *));
const struct attribute_spec rs6000_attribute_table[]; extern const struct attribute_spec rs6000_attribute_table[];
static void rs6000_set_default_type_attributes PARAMS ((tree)); static void rs6000_set_default_type_attributes PARAMS ((tree));
static void rs6000_output_function_prologue PARAMS ((FILE *, HOST_WIDE_INT)); static void rs6000_output_function_prologue PARAMS ((FILE *, HOST_WIDE_INT));
static void rs6000_output_function_epilogue PARAMS ((FILE *, HOST_WIDE_INT)); static void rs6000_output_function_epilogue PARAMS ((FILE *, HOST_WIDE_INT));
......
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