projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
156436a
)
* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
author
Hans-Peter Nilsson
<hp@axis.com>
Sat, 31 Aug 2002 18:51:07 +0000
(18:51 +0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Sat, 31 Aug 2002 18:51:07 +0000
(18:51 +0000)
ATTRIBUTE_UNUSED.
gas/ChangeLog
patch
|
blob
|
history
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index a083a87cd3048d1bad9ce236815c69d8e7103fdb..f9466e97d75fcabca782a5fd781f020e5504f13c 100644
(file)
--- 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.
diff --git
a/gas/read.c
b/gas/read.c
index 70662c93de6d5a832533dde1049cfb43b52b9fd5..055c7ed766a59c6f3186fb1968ab1e897a407d70 100644
(file)
--- 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);