Changes between Version 6 and Version 7 of Release/4.7


Ignore:
Timestamp:
06/15/07 20:11:02 (17 years ago)
Author:
Skstrobel
Comment:

/* Release 4.7.1 Changes */ Fixed a typo

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.7

    v6 v7  
    106106  *  Stack Checker now bounds checks the actual stack pointer in addition to checking the end of stack memory. A user application had a 4K unused buffer on a task stack and the stack checked missed this.
    107107  *  PR1234 comments: Provided RTEMS specific implementation of __assert which uses printk. This reduced executable size by 12K on applications not requiring printf() support. It also ensured that one should be able to assert from RTEMS critical sections and interrupts.
    108   *  Stack Checker converted to use printk so there is a higher probability of getting a failure message. Added dummy printk support to multiple BSPs so all tests will link.
     108  *  Stack Checker converted to use printk so there is a higher probability of getting a failure message.
     109  *  Added dummy printk support to multiple BSPs so all tests will link.
    109110  *  ITRON rsm_tsk error code
    110111  *  MIPS Little and .sdata (aka R_MIPS_GPREL16 problem)