diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-03-06 13:46:53 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-03-06 13:46:53 +0000 |
commit | 9c39dc2a8c34519aa2a875108ecf972dacb162d6 (patch) | |
tree | f68d1176df3602b137a738b81cf31d16c1028701 /include | |
parent | 6fbbdfe7f4dc7778237ce28f2cc4e1bc02da14c7 (diff) | |
download | newlib-9c39dc2a8c34519aa2a875108ecf972dacb162d6.zip newlib-9c39dc2a8c34519aa2a875108ecf972dacb162d6.tar.gz newlib-9c39dc2a8c34519aa2a875108ecf972dacb162d6.tar.bz2 |
missing changelog entry for my 2006-02-07 patch
* m68k.h (m68008, m68ec030, m68882): Remove.
(m68k_mask): New.
(cpu_m68k, cpu_cf): New.
(mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 9786caf..c793db9 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -280,6 +280,14 @@ FloatMF to fldcw, fstcw, fnstcw, and the memory formas of fstsw and fnstsw. +2006-02-07 Nathan Sidwell <nathan@codesourcery.com> + + * m68k.h (m68008, m68ec030, m68882): Remove. + (m68k_mask): New. + (cpu_m68k, cpu_cf): New. + (mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407, + mcf5470, mcf5480): Rename to cpu_<foo>. Add m680x0 variants. + 2005-01-25 Alexandre Oliva <aoliva@redhat.com> 2004-11-10 Alexandre Oliva <aoliva@redhat.com> |