diff options
author | Nick Clifton <nickc@redhat.com> | 2009-08-17 09:09:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-08-17 09:09:04 +0000 |
commit | e23c5ac057d83e7a93c3a740f0319fe086e44e9c (patch) | |
tree | c18094e966256e175174d60e195bf7a36d920c5a /gas/ChangeLog | |
parent | 5fda8eca9cd8bf4fb7146057f5301c62b2624a12 (diff) | |
download | gdb-e23c5ac057d83e7a93c3a740f0319fe086e44e9c.zip gdb-e23c5ac057d83e7a93c3a740f0319fe086e44e9c.tar.gz gdb-e23c5ac057d83e7a93c3a740f0319fe086e44e9c.tar.bz2 |
* 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.
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. |