Ticket #1593: sis_bsp_v1.patch

File sis_bsp_v1.patch, 585 bytes (added by zhangwenjie, on 07/23/10 at 14:57:22)

patch for SIS bsp changers

  • c/src/lib/libbsp/sparc/shared/startup/linkcmds.base

    diff --git a/c/src/lib/libbsp/sparc/shared/startup/linkcmds.base b/c/src/lib/libbsp/sparc/shared/startup/linkcmds.base
    index fa796a1..588982a 100644
    a b SECTIONS 
    6565    . = ALIGN (16);
    6666
    6767    /*
     68     * Special RTEMS Kernel constructor sections.
     69     */
     70    . = ALIGN (16);
     71    _Sysinit_Entry_set_begin = .;
     72    *(SORT(.score.sysinit.*))
     73    _Sysinit_Entry_set_end = .;
     74
     75    /*
    6876     * Special FreeBSD sysctl sections.
    6977     */
    7078    . = ALIGN (16);