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

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