Allocate standard library libc.a to a .text section.
For example, if the address starts from 0x100000, allocate as follows.
Example:
TEXT : !LOAD ?RX V0x100000{
libc.text = $PROGBITS ?AX .text {libc.a};
};
[Reference]
Link directive description example (To be prepared.)