[Bug 1593] RTEMS Sequenced Initialization API

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Aug 11 14:43:33 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1593

--- Comment #31 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2010-08-11 09:43:31 CDT ---
It is possible to include files within the SECTIONS scope in linker command
files.  We can use this to reduce the amount of copy & paste inside the linker
command files.  Example:

  .rodata : {
    *(.rodata .rodata.* .gnu.linkonce.r.*)
    INCLUDE linkcmds_score_rodata
  }

We can use this also for the "Special FreeBSD sysctl sections".

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list