refactor(log): Refactor log to make it easy to use and twice develop

This commit is contained in:
Dong Heng
2018-05-30 10:13:42 +08:00
parent dee512e200
commit 0ca5fa1850
3 changed files with 168 additions and 516 deletions

View File

@ -123,6 +123,7 @@ SECTIONS
{
_rodata_start = ABSOLUTE(.);
*libpp.a:(.rodata.* .rodata)
*liblog.a:(.rodata.* .rodata)
*(.gnu.linkonce.r.*)
*(.rodata1)
__XT_EXCEPTION_TABLE__ = ABSOLUTE(.);