* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
ATTRIBUTE_UNUSED.
This commit is contained in:
parent
156436a5c2
commit
a6bd2a4f18
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user