diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-29 15:19:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-29 15:19:43 +0000 |
commit | fb25138b35ead52c14dbe2d5c131913eb4814d08 (patch) | |
tree | cdaf19131f85eb0b361b80595e1b77bf9062c1f4 /gas/ChangeLog | |
parent | 3ae2e9a36fdb5364ca60ff94829d1db567953dec (diff) | |
download | gdb-fb25138b35ead52c14dbe2d5c131913eb4814d08.zip gdb-fb25138b35ead52c14dbe2d5c131913eb4814d08.tar.gz gdb-fb25138b35ead52c14dbe2d5c131913eb4814d08.tar.bz2 |
* read.c (s_align): Initialize the 'stopc' variable to prevent
compiler complaints about it being used without being initialized.
(s_comm_internal, s_mri_common, s_fail, s_globl, s_space,
s_float_space, s_struct, cons_worker, equals): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5eafb1e..be367b2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2006-08-29 Nick Clifton <nickc@redhat.com> + + * read.c (s_align): Initialize the 'stopc' variable to prevent + compiler complaints about it being used without being + initialized. + (s_comm_internal, s_mri_common, s_fail, s_globl, s_space, + s_float_space, s_struct, cons_worker, equals): Likewise. + 2006-08-29 Malcolm Parsons <malcolm.parsons@gmail.com> * ecoff.c (ecoff_directive_val): Fix message typo. |