diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e798582f8c..1d59599979 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-05-09 Ralf Corsépius + + * NEWS: new. + 2007-05-09 Ralf Corsépius PR 1243 diff --git a/cpukit/NEWS b/cpukit/NEWS new file mode 100644 index 0000000000..205fecdb0e --- /dev/null +++ b/cpukit/NEWS @@ -0,0 +1,7 @@ +Major changes since rtems-4.7.0: + +2007-05-09 Remove define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES (formerly in + score/cpu//score/rtems/cpu.h) + + This define has not been used in RTEMS code and therefore has been + removed without substitute.