From 3d51ae9dd16a1b340c688aaf7f330fc2244110d7 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 31 Aug 2002 18:51:07 +0000 Subject: [PATCH] * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not ATTRIBUTE_UNUSED. --- gas/ChangeLog | 5 +++++ gas/read.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index a083a87cd3..f9466e97d7 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 70662c93de..055c7ed766 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); -- 2.11.0