Ignore:
Timestamp:
01/20/03 20:07:31 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b53261f0
Parents:
87910b3
Message:

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add FreeBSD sysctl() sections.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom

    r87910b3 r646e0008  
    117117    *(.text)
    118118    *(.stub)
     119
     120    /*
     121     * Special FreeBSD sysctl sections.
     122     */
     123    . = ALIGN (16);
     124    __start_set_sysctl_set = .;
     125    *(set_sysctl_*);
     126    __stop_set_sysctl_set = ABSOLUTE(.);
     127    *(set_domain_*);
     128    *(set_pseudo_*);
     129
    119130    /* .gnu.warning sections are handled specially by elf32.em.  */
    120131    *(.gnu.warning)
Note: See TracChangeset for help on using the changeset viewer.