Changeset 5b8c75a in mainline
- Timestamp:
- 2009-03-20T21:41:24Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2cc7e1
- Parents:
- e622f0a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/_link.ld.in
re622f0a8 r5b8c75a 44 44 *(COMMON); /* global variables */ 45 45 46 *(.eh_frame);47 48 46 symbol_table = .; 49 47 *(symtab.*); /* Symbol table, must be LAST symbol!*/ … … 52 50 53 51 kdata_end = .; 52 } 53 54 /DISCARD/ : { 55 *(*); 54 56 } 55 57
Note:
See TracChangeset
for help on using the changeset viewer.