Changeset f1380b7 in mainline for kernel/arch/sparc64/_link.ld.in
- Timestamp:
- 2018-03-02T20:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34e1206
- Parents:
- a35b458
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/_link.ld.in
ra35b458 rf1380b7 17 17 *(.text .text.*); 18 18 ktext_end = .; 19 19 20 20 kdata_start = .; 21 21 *(K_DATA_START) … … 34 34 *(.bss); /* uninitialized static variables */ 35 35 *(COMMON); /* global variables */ 36 36 37 37 . = ALIGN(8); 38 38 symbol_table = .; 39 39 *(symtab.*); /* Symbol table, must be LAST symbol!*/ 40 40 41 41 kdata_end = .; 42 42 } 43 43 44 44 /DISCARD/ : { 45 45 *(*); 46 46 } 47 47 48 48 }
Note:
See TracChangeset
for help on using the changeset viewer.