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
This commit is contained in:
John David Anglin 2009-08-02 19:28:30 +00:00 committed by John David Anglin
parent 9a1425dac2
commit 4ce3042dcb
2 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,8 @@
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>
* config/i386/i386.c (ix86_expand_fp_compare): Use const0_rtx instead

View file

@ -159,11 +159,9 @@ static enum reg_class pa_secondary_reload (bool, rtx, enum reg_class,
enum machine_mode,
secondary_reload_info *);
static void pa_extra_live_on_entry (bitmap);
static enum machine_mode pa_promote_function_mode (const_tree ATTRIBUTE_UNUSED,
enum machine_mode,
int * ATTRIBUTE_UNUSED,
const_tree ATTRIBUTE_UNUSED,
int for_return);
static enum machine_mode pa_promote_function_mode (const_tree,
enum machine_mode, int *,
const_tree, int);
/* The following extra sections are only used for SOM. */
static GTY(()) section *som_readonly_data_section;