diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-05-25 13:12:42 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-05-25 13:12:42 +0000 |
commit | 0ae60a00ce4c3a141e54757f7f1a01e2f3bf9686 (patch) | |
tree | 8263b1b700634bc8a3a0669789571570f7d62426 | |
parent | 469795cf95671ecdf6745a9cc33953008f2b7436 (diff) | |
download | gdb-0ae60a00ce4c3a141e54757f7f1a01e2f3bf9686.tar.gz |
* gas/config/tc-m68k.c (mcf52235_ctrl, mcf5225_ctrl): New.
(m68k_cpus): Add 52230, 52233, 52234, 52235, 5224, 5225.
-rw-r--r-- | ChangeLog.csl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 048a016caee..3d19c9bed61 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-05-25 Nathan Sidwell <nathan@codesourcery.com> + + * gas/config/tc-m68k.c (mcf52235_ctrl, mcf5225_ctrl): New. + (m68k_cpus): Add 52230, 52233, 52234, 52235, 5224, 5225. + 2006-05-24 Paul Brook <paul@codesourcery.com> Backport from mainline. |