Mercurial > flash_v2
comparison packages/hal/i386/arch/current/src/i386.ld @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | bf00f99aec69 |
| children | 6ed91473a1cd |
comparison
equal
deleted
inserted
replaced
| 75:41bf073c0c32 | 76:435cced73e2f |
|---|---|
| 108 KEEP(*(SORT(.ctors*))) __CTOR_END__ = ABSOLUTE(.); \ | 108 KEEP(*(SORT(.ctors*))) __CTOR_END__ = ABSOLUTE(.); \ |
| 109 __DTOR_LIST__ = ABSOLUTE(.); \ | 109 __DTOR_LIST__ = ABSOLUTE(.); \ |
| 110 KEEP(*(SORT(.dtors*))) __DTOR_END__ = ABSOLUTE(.); \ | 110 KEEP(*(SORT(.dtors*))) __DTOR_END__ = ABSOLUTE(.); \ |
| 111 . = ALIGN(8); \ | 111 . = ALIGN(8); \ |
| 112 __DEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.devtab*))) __DEVTAB_END__ = ABSOLUTE (.); \ | 112 __DEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.devtab*))) __DEVTAB_END__ = ABSOLUTE (.); \ |
| 113 __NETDEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.netdevtab*))) __NETDEVTAB_END__ = ABSOLUTE (.); \ | |
| 113 _GOT2_START_ = ABSOLUTE(.); *(.got2) _GOT2_END_ = ABSOLUTE(.); \ | 114 _GOT2_START_ = ABSOLUTE(.); *(.got2) _GOT2_END_ = ABSOLUTE(.); \ |
| 114 _GOT_START_ = ABSOLUTE(.); _GLOBAL_OFFSET_TABLE_ = ABSOLUTE(. + 32768); \ | 115 _GOT_START_ = ABSOLUTE(.); _GLOBAL_OFFSET_TABLE_ = ABSOLUTE(. + 32768); \ |
| 115 _SDA_BASE_ = ABSOLUTE(.); *(.got.plt) *(.got) \ | 116 _SDA_BASE_ = ABSOLUTE(.); *(.got.plt) *(.got) \ |
| 116 _GOT_END_ = ABSOLUTE(.); *(.dynamic) *(.eh_frame) \ | 117 _GOT_END_ = ABSOLUTE(.); *(.dynamic) *(.eh_frame) \ |
| 117 /* We want the small data sections together, so single-instruction */ \ | 118 /* We want the small data sections together, so single-instruction */ \ |
