diff --git a/ChangeLog b/ChangeLog index 24c24a7db5..26cd98f2eb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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).