Changeset a1fdf53 in mainline
- Timestamp:
- 2011-04-30T10:42:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 365a41d
- Parents:
- c53d906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/_link.ld.in
rc53d906 ra1fdf53 22 22 . = 0x4000 + SIZEOF_HEADERS; 23 23 #endif 24 /* 25 * XXX This is just a work around. Problem: .init section does not 26 * have the proper alignment. 27 */ 28 . = ALIGN(., 16); 29 24 30 .init : { 25 31 *(.init);
Note:
See TracChangeset
for help on using the changeset viewer.