Changeset 7f8f9fd in mainline


Ignore:
Timestamp:
2012-09-05T15:26:58Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5ac4130
Parents:
0783634
Message:

ia64 still requires the explicit alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/_link.ld.in

    r0783634 r7f8f9fd  
    1818        . = 0x4000 + SIZEOF_HEADERS;
    1919#endif
     20       
     21        /* Workaround proper alignment of the .init section */
     22        . = ALIGN(., 16);
    2023       
    2124        .init : {
Note: See TracChangeset for help on using the changeset viewer.