2014-02-27 Joey Ye <joey.ye@arm.com>

* libnosys/sbrk.c (_sbrk): Remove TWS
This commit is contained in:
Jeff Johnston 2014-03-04 17:39:26 +00:00
parent 4e3c8d9425
commit 065c7717b7
2 changed files with 14 additions and 10 deletions

View File

@ -1,7 +1,11 @@
2014-02-27 Joey Ye <joey.ye@arm.com>
* libnosys/sbrk.c (_sbrk): Remove TWS
2014-02-11 Joey Ye <joey.ye@arm.com>
* arm/syscalls.c (_sbrk): Define as weak symbols.
(_read, _write): Ditto.
* arm/syscalls.c (_sbrk): Define as weak symbols.
(_read, _write): Ditto.
2014-02-03 Richard Earnshaw <rearnsha@arm.com>