Changeset 64d38cd in mainline for uspace/lib/c/arch/arm32/_link.ld.in
- Timestamp:
- 2018-04-30T20:09:49Z (7 years ago)
- Children:
- 40d3604
- Parents:
- 4c5f04f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/_link.ld.in
r4c5f04f r64d38cd 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
Note:
See TracChangeset
for help on using the changeset viewer.