Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 6 | Rev 8 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | notice and this notice are preserved. */ |
11 | notice and this notice are preserved. */ |
| 12 | OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", |
12 | OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", |
| 13 | "elf64-x86-64") |
13 | "elf64-x86-64") |
| 14 | OUTPUT_ARCH(i386:x86-64) |
14 | OUTPUT_ARCH(i386:x86-64) |
| 15 | ENTRY(_start) |
15 | ENTRY(_start) |
| 16 | SEARCH_DIR("=/opt/qnx800/host/linux/x86_64/usr/x86_64-pc-nto-qnx8.0.0 |
16 | SEARCH_DIR("=/opt/qnx800/host/linux/x86_64/usr/x86_64-pc-nto-qnx8.0.0/lib"); |
| - | 17 | SEARCH_DIR("=/usr/local/lib"); |
|
| - | 18 | SEARCH_DIR("=/lib"); |
|
| - | 19 | SEARCH_DIR("=/usr/lib"); |
|
| 17 | SECTIONS |
20 | SECTIONS |
| 18 | { |
21 | { |
| 19 | /* Read-only sections, merged into text segment: */ |
22 | /* Read-only sections, merged into text segment: */ |
| 20 | PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS; |
23 | PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS; |
| 21 | .interp : { *(.interp) } |
24 | .interp : { *(.interp) } |