* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not

ATTRIBUTE_UNUSED.
This commit is contained in:
Hans-Peter Nilsson 2002-08-31 18:51:07 +00:00
parent 156436a5c2
commit a6bd2a4f18
2 changed files with 6 additions and 1 deletions

View 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.

View 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);