NuPlusTargetObjectFile.cpp

From NaplesPU Documentation
Revision as of 19:35, 11 June 2018 by Edo (talk | contribs) (Created page with "This class is used to handle lowerings specific to the elf file format. The only aspect that we customized is related to the use of the [http://refspecs.linuxbase.org/LSB_3.0....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This class is used to handle lowerings specific to the elf file format. The only aspect that we customized is related to the use of the .init_array section. This must be compliant with the NuPlusToolChain::addClangTargetOptions method and the crt0.s routine.