*** empty log message ***
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / loadaddr2.t
index 71a1a6baf05098282ec929086189a36d2a39ac8c..0ad16df3a2b081980d2a0d4caed9b8d679fbd989 100644 (file)
@@ -1,13 +1,7 @@
 SECTIONS
 {
-  . = -0x7ff00000;
-  .text : {*(.text .text.*)}
-  . = ALIGN(64);
-  .foo : { *(.foo) }
   .bar -0x7fef0000 : AT ((LOADADDR(.foo) + SIZEOF(.foo) + 4095) & ~(4095))
     { *(.bar) }
   . = LOADADDR(.bar) + 0x200000;
-  . = ALIGN(8192);
-  .data : { *(.data) }
-  /DISCARD/ : { *(.*) }
 }
+INSERT BEFORE .data;
This page took 0.02486 seconds and 4 git commands to generate.