diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2015-05-26 15:28:31 -0400 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-05-27 13:30:20 +0200 |
commit | 58efeedd1670555d4eadf23309122fd6aa64c9b2 (patch) | |
tree | 4c9c18d4368c6f2a904acc00a5ebce9b5163c1f5 /libgloss/ChangeLog | |
parent | aa26b784620268135cab52d77ffb39129cd1fb1f (diff) | |
download | newlib-58efeedd1670555d4eadf23309122fd6aa64c9b2.zip newlib-58efeedd1670555d4eadf23309122fd6aa64c9b2.tar.gz newlib-58efeedd1670555d4eadf23309122fd6aa64c9b2.tar.bz2 |
or1k: Make heap start configurable
- Previously the heap started right after the bss section. This can now
be configured by changing the _or1k_heap_start symbol that defaults to
the old value (&end). In board_init_early, we can now set this to
another value.
* or1k/sbrk.c: Allow for different heap start
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 6b3fe3c..c05f12d 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,5 +1,9 @@ 2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de> + * or1k/sbrk.c: Allow for different heap start + +2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de> + * or1k/or1k_uart.c: Fix interrupts 2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de> |