* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
authorHans-Peter Nilsson <hp@axis.com>
Sat, 31 Aug 2002 18:51:07 +0000 (18:51 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sat, 31 Aug 2002 18:51:07 +0000 (18:51 +0000)
ATTRIBUTE_UNUSED.

gas/ChangeLog
gas/read.c

index a083a87cd3048d1bad9ce236815c69d8e7103fdb..f9466e97d75fcabca782a5fd781f020e5504f13c 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-31  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
+       ATTRIBUTE_UNUSED.
+
 2000-08-28  Catherine Moore  <clm@redhat.com>
 
        * tc-v850.c (v850_relax): Declare.
index 70662c93de6d5a832533dde1049cfb43b52b9fd5..055c7ed766a59c6f3186fb1968ab1e897a407d70 100644 (file)
@@ -1197,7 +1197,7 @@ do_align (n, fill, len, max)
     }
 
 #ifdef md_do_align
- just_record_alignment: ATTRIBUTE_UNUSED
+ just_record_alignment: ATTRIBUTE_UNUSED_LABEL
 #endif
 
   record_alignment (now_seg, n - OCTETS_PER_BYTE_POWER);
This page took 0.030104 seconds and 4 git commands to generate.