Changeset 5e8b881 in mainline for uspace/lib/c/arch/amd64/_link.ld.in
- Timestamp:
- 2011-02-03T20:53:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- db11d30
- Parents:
- d88218b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/_link.ld.in
rd88218b r5e8b881 42 42 } :data 43 43 44 . = ALIGN(0x1000);45 _heap = .;46 47 44 #ifdef CONFIG_LINE_DEBUG 48 45 .comment 0 : { *(.comment); } :debug … … 61 58 *(*); 62 59 } 63 64 60 }
Note:
See TracChangeset
for help on using the changeset viewer.