diff options
author | Nick Clifton <nickc@redhat.com> | 2004-09-30 15:40:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-09-30 15:40:06 +0000 |
commit | a737bd4d24639d1184355aaf10d230e0209ed63c (patch) | |
tree | bde4daa74aadc82ace37f415b020b127cad46044 /gas/ChangeLog | |
parent | b8eb5af093e01c27b2b9f7977dc28b0173ee3f05 (diff) | |
download | gdb-a737bd4d24639d1184355aaf10d230e0209ed63c.zip gdb-a737bd4d24639d1184355aaf10d230e0209ed63c.tar.gz gdb-a737bd4d24639d1184355aaf10d230e0209ed63c.tar.bz2 |
Use ISO C90 semantics
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f448c34..5ee17b6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,10 @@ +2004-09-30 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c: Use ISO C90 formatting. + 2004-09-30 Vladimir Ivanov <vladitx@nucleusys.com> - * gas/config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN + * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or REG_TYPE_MVDX is expected. |