Commit 4ce3042d by John David Anglin Committed by John David Anglin

pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from declaration arguments.

	* pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from
	declaration arguments.

From-SVN: r150358
parent 9a1425da
2009-08-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from
declaration arguments.
2009-08-02 Uros Bizjak <ubizjak@gmail.com> 2009-08-02 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_expand_fp_compare): Use const0_rtx instead * config/i386/i386.c (ix86_expand_fp_compare): Use const0_rtx instead
......
...@@ -159,11 +159,9 @@ static enum reg_class pa_secondary_reload (bool, rtx, enum reg_class, ...@@ -159,11 +159,9 @@ static enum reg_class pa_secondary_reload (bool, rtx, enum reg_class,
enum machine_mode, enum machine_mode,
secondary_reload_info *); secondary_reload_info *);
static void pa_extra_live_on_entry (bitmap); static void pa_extra_live_on_entry (bitmap);
static enum machine_mode pa_promote_function_mode (const_tree ATTRIBUTE_UNUSED, static enum machine_mode pa_promote_function_mode (const_tree,
enum machine_mode, enum machine_mode, int *,
int * ATTRIBUTE_UNUSED, const_tree, int);
const_tree ATTRIBUTE_UNUSED,
int for_return);
/* The following extra sections are only used for SOM. */ /* The following extra sections are only used for SOM. */
static GTY(()) section *som_readonly_data_section; static GTY(()) section *som_readonly_data_section;
......
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