incubator-nuttx/libs/libc/modlib
guoshichao d76218e817 greenhills: fix the moblib asm compile error
CC:  assert/lib_assert.c [asarm] (error #2179) modlib/modlib_globals.S 61: unexpected token type (char) encountered; expected type (identifier)
  .size \ globalNames , . - \ globalNames
--------^

[asarm] (error #2179) modlib/modlib_globals.S 67: unexpected token type (char) encountered; expected type (identifier)
  .size \ nglobals , . - \ nglobals
--------^

[asarm] (error #2179) modlib/modlib_globals.S 72: unexpected token type (char) encountered; expected type (identifier)
  .size \ global_table , . - \ global_table
--------^

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-08-11 14:28:12 -03:00
..
CMakeLists.txt
Kconfig
Make.defs
gnu-elf.ld
modlib.h
modlib_bind.c riscv/arch_elf.c: Handle PCREL_HI20/LO12_I/S relocations correctly 2023-12-12 17:32:36 -08:00
modlib_depend.c libs/libc: fix compile warning about modlib_depend when CONFIG_MODLIB_MAXDEPEND = 0 2023-10-26 01:53:38 +08:00
modlib_globals.S greenhills: fix the moblib asm compile error 2024-08-11 14:28:12 -03:00
modlib_init.c
modlib_iobuffer.c
modlib_load.c binfmt/libelf: Enable ELF loader if text heap read is word-aligned 2024-07-31 02:33:12 +08:00
modlib_loadhdrs.c
modlib_read.c
modlib_registry.c
modlib_sections.c
modlib_symbols.c modlib/modlib_load: fix compile warning 2023-10-26 01:53:38 +08:00
modlib_symtab.c
modlib_uninit.c
modlib_unload.c
modlib_verify.c