User Tools

Site Tools


sd:runtime_library_notes

This is an old revision of the document!


Runtime Library Notes

Directory Structure

  sd8516/                  project root
    runtime/
      crt0.sda             startup stub -- CALL main
      librt/               runtime functions
        divhi3.c
        modhi3.c
        divsi3.c
        muldi3.c
        ...
        softfloat/         the SF/DF families
      include/             freestanding headers (mine & what clang supplies)
      tests/               tests with checks

Prep Work

Helper scripts were created this time: c2sda, c2ll, ll2sda and runtests.

sd/runtime_library_notes.1781146763.txt.gz · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki