This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 30f7ec7  modsym: Fix a printf format for berr
     new 6f3e127  Appease nxstyle complaints
     new 1adc44e  Enable modlib_findsection
     new 7cfcea2  Move modlib_loadshdrs to a separate file
     new 33aaefa  modlib: Replace Gregory Nutt's copyright notice with Apache 
2.0

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libs/libc/modlib/Make.defs                         |  42 +++------
 libs/libc/modlib/gnu-elf.ld                        |  39 +++-----
 libs/libc/modlib/modlib.h                          |  52 ++++------
 libs/libc/modlib/modlib_bind.c                     |  39 +++-----
 libs/libc/modlib/modlib_depend.c                   |  39 +++-----
 libs/libc/modlib/modlib_init.c                     |  39 +++-----
 libs/libc/modlib/modlib_iobuffer.c                 |  39 +++-----
 libs/libc/modlib/modlib_load.c                     |  39 +++-----
 .../modlib_loadshdrs.c}                            |  96 ++++++++++---------
 libs/libc/modlib/modlib_read.c                     |  39 +++-----
 libs/libc/modlib/modlib_registry.c                 |  43 +++------
 libs/libc/modlib/modlib_sections.c                 | 105 +++------------------
 libs/libc/modlib/modlib_symbols.c                  |  43 +++------
 libs/libc/modlib/modlib_symtab.c                   |  39 +++-----
 libs/libc/modlib/modlib_uninit.c                   |  39 +++-----
 libs/libc/modlib/modlib_unload.c                   |  39 +++-----
 libs/libc/modlib/modlib_verify.c                   |  39 +++-----
 17 files changed, 259 insertions(+), 551 deletions(-)
 copy libs/libc/{stdio/lib_rawinstream.c => modlib/modlib_loadshdrs.c} (55%)

Reply via email to