Update ChangeLog
This commit is contained in:
parent
241a7e17bd
commit
bccacc4fa0
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue