diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-30 08:54:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-07-30 08:54:49 +0000 |
commit | cab7e4d9d5c513292e9c0b61f3eabab812ea9fb8 (patch) | |
tree | 9a72f0c4d9e9a25453d14aacdb7234395b9842df /gas/ChangeLog | |
parent | f746e6b904db0d9261efddec0be84eea81755ff9 (diff) | |
download | gdb-cab7e4d9d5c513292e9c0b61f3eabab812ea9fb8.zip gdb-cab7e4d9d5c513292e9c0b61f3eabab812ea9fb8.tar.gz gdb-cab7e4d9d5c513292e9c0b61f3eabab812ea9fb8.tar.bz2 |
* doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the
different syntaxes support by the ARM port.
(ARM Directives): Add entry for .syntax.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3824197..4eff58b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2009-07-30 Nick Clifton <nickc@redhat.com> + * doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the + different syntaxes support by the ARM port. + (ARM Directives): Add entry for .syntax. + * doc/c-mips.texi (MIPS insn): Fix typo. 2009-07-29 Alan Modra <amodra@bigpond.net.au> |