From: Hans-Peter Nilsson Date: Sat, 31 Aug 2002 18:51:07 +0000 (+0000) Subject: * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6bd2a4f18fd8bbc72747e953d7dd095844c4627;p=binutils-gdb.git * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not ATTRIBUTE_UNUSED. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index a083a87cd30..f9466e97d75 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-08-31 Hans-Peter Nilsson + + * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not + ATTRIBUTE_UNUSED. + 2000-08-28 Catherine Moore * tc-v850.c (v850_relax): Declare. diff --git a/gas/read.c b/gas/read.c index 70662c93de6..055c7ed766a 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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);