Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-08-24 11:55:58 -06:00
parent 241a7e17bd
commit bccacc4fa0
1 changed files with 5 additions and 0 deletions

View File

@ -8239,3 +8239,8 @@
other files: Add addrenv.h; First cut at Cortex-A address environment
structures; Add configuration options to setup address environment
(2014-8-24).
* addrenv interface changes: up_addrenv_create() may need to create
.text and .bss/.data separately because of differing access privileges
(read/execute vs read/write). And, as a consequence, up_addrenv_vaddr()
needs to be split into up_addrenv_vtext() and up_addrenv_vdata().
Affects several files (2014-8-24).