Page MenuHomePhabricator

Make possible to call C-lib functions from any secure partitions(GNUARM)
Closed, ResolvedPublic

Description

Currently only secure test partition can access to std. C lib in case of GNUARM, because libc_nano.a is linked directly to that partitions.

In case of ARMCLANG any partitions can call it, because std. c lib is part of the unpriv code section.

Make possible similar behaviour with GNUARM.

Event Timeline

tamasban closed this task as Resolved.Dec 5 2018, 8:39 PM