diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2004-06-11 17:39:18 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2004-06-11 17:39:18 +0000 |
commit | b8fc22bc53e268a4c35a64f702f8de8a4c009151 (patch) | |
tree | 37d7383cac51d304053babe7e4bf0d5fe3cb831e /gas/ChangeLog | |
parent | 2337eb33bbd1531861d20eec91b34186dd1dbe62 (diff) | |
download | binutils-b8fc22bc53e268a4c35a64f702f8de8a4c009151.zip binutils-b8fc22bc53e268a4c35a64f702f8de8a4c009151.tar.gz binutils-b8fc22bc53e268a4c35a64f702f8de8a4c009151.tar.bz2 |
* config/tc-hppa.c (log2): Rename to exact_log2.
(pa_next_subseg): Delete unused function.
(create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
(create_new_subspace): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 82915a5..13843f0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + * config/tc-hppa.c (log2): Rename to exact_log2. + (pa_next_subseg): Delete unused function. + (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED. + (create_new_subspace): Likewise. + Bug gas/213 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake labels. Fix warning. |