Changeset 66855b2 in mainline
- Timestamp:
- 2018-04-30T20:18:55Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 232ec3a1
- Parents:
- 4c5f04f
- Location:
- uspace/lib/c/arch
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/_link.ld.in
r4c5f04f r66855b2 9 9 10 10 SECTIONS { 11 #ifdef SHLIB 12 . = SEGMENT_START("text-segment", 0); 13 #else 11 14 . = SEGMENT_START("text-segment", 0x400000); 12 #ifndef SHLIB13 15 PROVIDE (__executable_start = .); 14 16 #endif -
uspace/lib/c/arch/amd64/_link.ld.in
r4c5f04f r66855b2 10 10 11 11 SECTIONS { 12 #ifdef SHLIB 13 . = SEGMENT_START("text-segment", 0); 14 #else 12 15 . = SEGMENT_START("text-segment", 0x400000); 13 #ifndef SHLIB14 16 PROVIDE (__executable_start = .); 15 17 #endif -
uspace/lib/c/arch/arm32/_link.ld.in
r4c5f04f r66855b2 9 9 10 10 SECTIONS { 11 #ifdef SHLIB 12 . = SEGMENT_START("text-segment", 0); 13 #else 11 14 . = SEGMENT_START("text-segment", 0x400000); 12 #ifndef SHLIB13 15 PROVIDE (__executable_start = .); 14 16 #endif -
uspace/lib/c/arch/ia32/_link.ld.in
r4c5f04f r66855b2 18 18 19 19 SECTIONS { 20 #ifdef SHLIB 21 . = SEGMENT_START("text-segment", 0); 22 #else 20 23 . = SEGMENT_START("text-segment", 0x400000); 21 #ifndef SHLIB22 24 PROVIDE (__executable_start = .); 23 25 #endif -
uspace/lib/c/arch/ia64/_link.ld.in
r4c5f04f r66855b2 9 9 10 10 SECTIONS { 11 #ifdef SHLIB 12 . = SEGMENT_START("text-segment", 0); 13 #else 11 14 . = SEGMENT_START("text-segment", 0x400000); 12 #ifndef SHLIB13 15 PROVIDE (__executable_start = .); 14 16 #endif -
uspace/lib/c/arch/mips32/_link.ld.in
r4c5f04f r66855b2 9 9 10 10 SECTIONS { 11 #ifdef SHLIB 12 . = SEGMENT_START("text-segment", 0); 13 #else 11 14 . = SEGMENT_START("text-segment", 0x400000); 12 #ifndef SHLIB13 15 PROVIDE (__executable_start = .); 14 16 #endif -
uspace/lib/c/arch/ppc32/_link.ld.in
r4c5f04f r66855b2 10 10 11 11 SECTIONS { 12 #ifdef SHLIB 13 . = SEGMENT_START("text-segment", 0); 14 #else 12 15 . = SEGMENT_START("text-segment", 0x400000); 13 #ifndef SHLIB14 16 PROVIDE (__executable_start = .); 15 17 #endif -
uspace/lib/c/arch/riscv64/_link.ld.in
r4c5f04f r66855b2 10 10 11 11 SECTIONS { 12 #ifdef SHLIB 13 . = SEGMENT_START("text-segment", 0); 14 #else 12 15 . = SEGMENT_START("text-segment", 0x400000); 13 #ifndef SHLIB14 16 PROVIDE (__executable_start = .); 15 17 #endif -
uspace/lib/c/arch/sparc64/_link.ld.in
r4c5f04f r66855b2 10 10 11 11 SECTIONS { 12 #ifdef SHLIB 13 . = SEGMENT_START("text-segment", 0); 14 #else 12 15 . = SEGMENT_START("text-segment", 0x400000); 13 #ifndef SHLIB14 16 PROVIDE (__executable_start = .); 15 17 #endif
Note:
See TracChangeset
for help on using the changeset viewer.