This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001142] New: User defined linker sections.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001142

           Summary: User defined linker sections.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1116)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1116)
User defined linker section macro.

Submitted patch provides for user defined memory sections. This can be useful
with devices with fragmented memory.

Macro SECTION_user() has additional parameter _name_ that enables user to
define section name. Arbitrary number of sections can be defined.

Synopsys:
    SECTION_user(_name_, _region_,  _vma_, _lma_)
       _name_   - section name (without leading '.')
       _region_ - region in which to place the section
       _vma_    - virtual memory address
       _lma_    - load memory address

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]