Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 7 and Version 8 of Projects/libdl


Ignore:
Timestamp:
02/20/10 20:31:02 (14 years ago)
Author:
JoelSherrill
Comment:

Fix formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Projects/libdl

    v7 v8  
    3535
    3636The main application can be viewed as an object file that is required to loaded, relocated and initialised before being started. It can be considered the root of a tree of dynamically referenced object files loaded at run-time.
     37= Acknowledgements =
    3738
    38 '''Acknowledgements'''
    3939
    4040 *  Till Straumann implement the CEXP package which included dynamic loading.
    41  *  Xi Yeng ported the dynamic loader from Android Bison LIBC to RTEMS as part of Google Summer of Code 2009.
    42  *  Alan Cudmore mentored Xi Yeng.
     41 *  JiSheng Zhang ported the dynamic loader from Android Bison LIBC to RTEMS as part of Google Summer of Code 2009.
     42 *  Alan Cudmore mentored JiSheng Zhang.
    4343= The Task =
    4444
     
    6363 *  load two dynamic libraries, have the second depend on a symbol in the first and have it work.
    6464
    65 [wiki:User::JoelSherrill  Joel Sherrill] has tests for the above.
     65[wiki:User:JoelSherrill  Joel Sherrill] has tests for the above.
    6666
    6767The RTEMS port supports i386 and SPARC.  We need more architectures.  Updating the source and remerging our extra targets will resolve some of these.