diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 345a9e8..282995b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2009-08-17 Nick Clifton <nickc@redhat.com> + + * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h. + (parse_reg): Use safe-ctype.h macros. + (parse_exp): Likewise. + (md_assemble): Likewise. + 2009-08-11 DJ Delorie <dj@redhat.com> * config/tc-mep.c (md_estimate_size_before_relax): Handle weak @@ -5,7 +12,7 @@ (md_convert_frag): Likewise. (md_pcrel_from_section): Likewise. (mep_force_relocation): Likewise. - + 2009-08-11 Bernd Schmidt <bernd.schmidt@analog.com> * config/bfin-parse.y (gen_multi_instr_1): New function. |