Ignore:
Timestamp:
2009-01-06T21:14:07Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f8fd72
Parents:
acee917
Message:

Fix loader problem on ia64 and remove workaround.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/arch/ia64/_link.ld.in

    racee917 r59b2adb  
    1313        } :interp
    1414
    15         . = 0x00084000 + SIZEOF_HEADERS;
     15        /* On Itanium code sections must be aligned to 16 bytes. */
     16        . = ALIGN(0x800000000 + SIZEOF_HEADERS, 16);
    1617
    1718        .init : {
    18                 LONG(0);
    19                 LONG(0);
    20                 LONG(0);
    21                 LONG(0);
    22                 LONG(0);
    23                 LONG(0);
    2419                *(.init);
    2520        } : text
Note: See TracChangeset for help on using the changeset viewer.