aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-08-31 19:47:07 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-08-31 19:47:07 +0000
commita5f3f0ab8ed2f70b249ec702839ce0bfd1cf24d4 (patch)
tree03c2e6b49a8a67adf3886bc225e0dac55ce7277f /gcc
parentc8ffe46fdaac758fb93f6c9d306b88ade38fc769 (diff)
downloadgcc-a5f3f0ab8ed2f70b249ec702839ce0bfd1cf24d4.zip
gcc-a5f3f0ab8ed2f70b249ec702839ce0bfd1cf24d4.tar.gz
gcc-a5f3f0ab8ed2f70b249ec702839ce0bfd1cf24d4.tar.bz2
* pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
From-SVN: r56709
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f8222d8..2d49715 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
+
2002-08-30 Richard Henderson <rth@redhat.com>
PR opt/7515
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 9f69253..718ad13 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -116,7 +116,8 @@ static void pa_select_section PARAMS ((tree, int, unsigned HOST_WIDE_INT))
ATTRIBUTE_UNUSED;
static void pa_encode_section_info PARAMS ((tree, int));
static const char *pa_strip_name_encoding PARAMS ((const char *));
-static void pa_globalize_label PARAMS ((FILE *, const char *));
+static void pa_globalize_label PARAMS ((FILE *, const char *))
+ ATTRIBUTE_UNUSED;
/* Save the operands last given to a compare for use when we
generate a scc or bcc insn. */