Changeset ab08b42 in mainline for arch/ia32/_link.ld
- Timestamp:
- 2005-09-03T16:40:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6401f79
- Parents:
- f6297e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/_link.ld
rf6297e0 rab08b42 46 46 *(.bss); /* uninitialized static variables */ 47 47 *(K_DATA_END); 48 49 symbol_table = .; 50 *(symtab.*); /* Symbol table, must be LAST symbol!*/ 51 48 52 kdata_end = .; 49 53 }
Note:
See TracChangeset
for help on using the changeset viewer.