diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-08-31 18:51:07 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-08-31 18:51:07 +0000 |
commit | a6bd2a4f18fd8bbc72747e953d7dd095844c4627 (patch) | |
tree | 78cab5f1a17e648e29d3c706f8cd9b44886b7774 /gas | |
parent | 156436a5c202edb47742daec33175b6c8544dc42 (diff) | |
download | gdb-a6bd2a4f18fd8bbc72747e953d7dd095844c4627.zip gdb-a6bd2a4f18fd8bbc72747e953d7dd095844c4627.tar.gz gdb-a6bd2a4f18fd8bbc72747e953d7dd095844c4627.tar.bz2 |
* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
ATTRIBUTE_UNUSED.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/read.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a083a87..f9466e9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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); |