Changeset 07d960a in mainline for libc/arch/amd64/_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/amd64/_link.ld.in
r8bc924e r07d960a 35 35 *(COMMON); 36 36 *(.bss); 37 _heap = .;38 QUAD(0xdeadbeef);39 37 } :data 40 38 39 . = ALIGN(0x1000); 40 _heap = .; 41 41 42 /DISCARD/ : { 42 43 *(*);
Note:
See TracChangeset
for help on using the changeset viewer.