aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2004-07-20 03:07:08 +0000
committerDave Anglin <dave.anglin@nrc.ca>2004-07-20 03:07:08 +0000
commite12904d27fcfac19123e57e6cb606045e7e829b9 (patch)
tree294738a950106b146761d702567923b46885446a /gas/ChangeLog
parent83938a4eb95486b967731e0564bdfe81665b87c1 (diff)
downloadgdb-e12904d27fcfac19123e57e6cb606045e7e829b9.zip
gdb-e12904d27fcfac19123e57e6cb606045e7e829b9.tar.gz
gdb-e12904d27fcfac19123e57e6cb606045e7e829b9.tar.bz2
* config/obj-som.c (adjust_stab_sections): Add prototype.
(obj_som_compiler, obj_som_version, obj_som_copyright, adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments. * config/tc-hppa.c (update_subspace): Likewise. (is_defined_subspace): Amplify comment. * config/obj-som.h (som_frob_file): Add prototype.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6725723..450c086 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * config/obj-som.c (adjust_stab_sections): Add prototype.
+ (obj_som_compiler, obj_som_version, obj_som_copyright,
+ adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
+ * config/tc-hppa.c (update_subspace): Likewise.
+ (is_defined_subspace): Amplify comment.
+ * config/obj-som.h (som_frob_file): Add prototype.
+
2004-07-19 Christopher Faylor <cgf@timesys.com>
H.J. Lu <hongjiu.lu@intel.com>