Changeset a3aa1e1 in mainline for libc/arch/ia64/src/entry.s


Ignore:
Timestamp:
2006-03-13T12:29:56Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b419162
Parents:
8f9239e
Message:

Unify init linker scripts to contain two properly aligned and properly flagged segments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia64/src/entry.s

    r8f9239e ra3aa1e1  
    2727#
    2828
    29 .text
     29.section .init, "ax"
    3030
    3131.org 0
     
    3737#
    3838__entry:
    39         mov r1 = __entry
     39        mov r1 = _gp
    4040        { br.call.sptk.many b0 = main }
    4141        { br.call.sptk.many b0 = __exit }
Note: See TracChangeset for help on using the changeset viewer.