Changeset 76cec1e in mainline for arch/mips/_link.ld
- Timestamp:
- 2005-07-15T21:57:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4a4c5e3
- Parents:
- e41c47e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/_link.ld
re41c47e r76cec1e 32 32 . = ABSOLUTE(hardcoded_ktext_size); 33 33 .patch_1 : { 34 34 LONG(ktext_end - ktext_start); 35 35 } 36 36 37 37 . = ABSOLUTE(hardcoded_kdata_size); 38 38 .patch_2 : { 39 39 LONG(kdata_end - kdata_start); 40 40 } 41 41 42 42 . = ABSOLUTE(hardcoded_load_address); 43 43 .patch_3 : { 44 44 LONG(0x80000000); 45 45 } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.