Changeset 07d960a in mainline for libc/arch/ia32/_link.ld.in
- Timestamp:
- 2006-05-22T17:14:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53ca318
- Parents:
- 8bc924e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia32/_link.ld.in
r8bc924e r07d960a 34 34 *(COMMON); 35 35 *(.bss); 36 _heap = .;37 LONG(0xdeadbeef);38 36 } :data 37 38 . = ALIGN(0x1000); 39 _heap = .; 39 40 40 41 /DISCARD/ : {
Note:
See TracChangeset
for help on using the changeset viewer.