Separate header PT_LOAD for -z separate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / dsbt-be.ld
index 40ba14cd75291fcd971232f07c2643576195e583..b78d91006d40ad8e03ef0a755f3408bc32cf382d 100644 (file)
@@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-tic6x-be", "elf32-tic6x-be",
 EXTERN (__c6xabi_DSBT_BASE);
 SECTIONS
 {
-  PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x0)); . = SEGMENT_START("text-segment", 0x0) + SIZEOF_HEADERS;
   . = 0x8000;
   .hash           : { *(.hash) }
   .gnu.hash       : { *(.gnu.hash) }
This page took 0.023788 seconds and 4 git commands to generate.