Mercurial > flash_v2
comparison packages/hal/powerpc/arch/current/src/powerpc.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 | c5536bad4c24 |
| children | 6736c52df507 |
comparison
equal
deleted
inserted
replaced
| 75:41bf073c0c32 | 76:435cced73e2f |
|---|---|
| 102 KEEP(*(SORT(.ctors*))) __CTOR_END__ = ABSOLUTE(.); \ | 102 KEEP(*(SORT(.ctors*))) __CTOR_END__ = ABSOLUTE(.); \ |
| 103 __DTOR_LIST__ = ABSOLUTE(.); \ | 103 __DTOR_LIST__ = ABSOLUTE(.); \ |
| 104 KEEP(*(SORT(.dtors*))) __DTOR_END__ = ABSOLUTE(.); \ | 104 KEEP(*(SORT(.dtors*))) __DTOR_END__ = ABSOLUTE(.); \ |
| 105 . = ALIGN(8); \ | 105 . = ALIGN(8); \ |
| 106 __DEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.devtab*))) __DEVTAB_END__ = ABSOLUTE (.); \ | 106 __DEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.devtab*))) __DEVTAB_END__ = ABSOLUTE (.); \ |
| 107 __NETDEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.netdevtab*))) __NETDEVTAB_END__ = ABSOLUTE (.); \ | |
| 107 __GOT2_START__ = ABSOLUTE(.); *(.got2) __GOT2_END__ = ABSOLUTE(.); \ | 108 __GOT2_START__ = ABSOLUTE(.); *(.got2) __GOT2_END__ = ABSOLUTE(.); \ |
| 108 __GOT_START = ABSOLUTE(.); _GLOBAL_OFFSET_TABLE_ = ABSOLUTE(. + 32768); \ | 109 __GOT_START = ABSOLUTE(.); _GLOBAL_OFFSET_TABLE_ = ABSOLUTE(. + 32768); \ |
| 109 _SDA_BASE_ = ABSOLUTE(.); *(.got.plt) *(.got) \ | 110 _SDA_BASE_ = ABSOLUTE(.); *(.got.plt) *(.got) \ |
| 110 __GOT_END__ = ABSOLUTE(.); *(.dynamic) \ | 111 __GOT_END__ = ABSOLUTE(.); *(.dynamic) \ |
| 111 /* We want the small data sections together, so single-instruction */ \ | 112 /* We want the small data sections together, so single-instruction */ \ |
