aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-08-31 18:51:07 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-08-31 18:51:07 +0000
commita6bd2a4f18fd8bbc72747e953d7dd095844c4627 (patch)
tree78cab5f1a17e648e29d3c706f8cd9b44886b7774 /gas/read.c
parent156436a5c202edb47742daec33175b6c8544dc42 (diff)
downloadfsf-binutils-gdb-a6bd2a4f18fd8bbc72747e953d7dd095844c4627.zip
fsf-binutils-gdb-a6bd2a4f18fd8bbc72747e953d7dd095844c4627.tar.gz
fsf-binutils-gdb-a6bd2a4f18fd8bbc72747e953d7dd095844c4627.tar.bz2
* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
ATTRIBUTE_UNUSED.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 70662c9..055c7ed 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);