]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from declaration arguments.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 2 Aug 2009 19:28:30 +0000 (19:28 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Aug 2009 19:28:30 +0000 (19:28 +0000)
* pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from
declaration arguments.

From-SVN: r150358

gcc/ChangeLog
gcc/config/pa/pa.c

index 0c3300f71149d54bae158f8820df90a61f8bdcef..313893d9c27bc5c4770a2c4a142976a992acbf05 100644 (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
index 9176db7b7efcd8d21fb762618b7f51d10d35500f..e60ddde05350919e2ca5b61152d08783a25fc02a 100644 (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;