This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c80cdf0 fs/mmap: Return EACCES for incompatible file descriptors add c9db653 symtabs: improve handling of symbol lookups No new revisions were added by this update. Summary of changes: Documentation/components/binfmt.rst | 25 +++---- binfmt/Kconfig | 9 --- binfmt/libelf/libelf_symbols.c | 6 -- binfmt/libnxflat/libnxflat_bind.c | 4 - include/nuttx/symtab.h | 24 +----- libs/libc/modlib/modlib_symbols.c | 11 --- libs/libc/symtab/Make.defs | 3 +- libs/libc/symtab/symtab_findbyname.c | 59 +++++++++++++++ libs/libc/symtab/symtab_findbyvalue.c | 4 +- libs/libc/symtab/symtab_findorderedbyname.c | 110 ---------------------------- libs/libc/unistd/Kconfig | 17 +++++ 11 files changed, 94 insertions(+), 178 deletions(-) delete mode 100644 libs/libc/symtab/symtab_findorderedbyname.c