Crossware

Table of Contents        Previous topic       Next topic       

LINKER->Linker Scripts->Linker Script Language->Sections Block

At the object file level a program is divided into relocatable and absolute sections.  A SECTIONS block specifies the run-time and storage locations of all relocatable sections in the program. In this part of the manual these relocatable sections are referred to as input sections.

The top level format of a SECTIONS block is:

SECTIONS
{
    <section block contents>
}