diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-05 14:33:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-05 14:33:14 +0000 |
commit | 6b6e92f432c86611c81a5da6880946bad25b59dc (patch) | |
tree | 9b92050c4b2399f52aebbc64343bdf41fb5642b4 /gas/ChangeLog | |
parent | a404d431a86c8271c36f168ec7cd4f6678e13209 (diff) | |
download | gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.zip gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.tar.gz gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.tar.bz2 |
Add support for 521x,5249,547x,548x.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f1a6ee1..f9227da 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2004-05-05 Peter Barada <peter@the-baradas.com> + + * config/tc-m68k.c: Add find_cf_chip to print list of valid + chips for invalid coldfire instructions, rename selectors + for ColdFire sub-variants, add 521x,5249,547x,548x and aliases, + add current_chip to track which chip is referred to(including save/restore), + use current_chip to select control registers, not current_arch. + (md_show_usage): Add new chips. + * doc/c-m68k.texi: Document new command line switches. + 2004-05-05 Jakub Jelinek <jakub@redhat.com> * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove. |