Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / seg.d
index ff2c7f9ac8c94542ff5666cc0ef8685923d396e1..2255195dab18efaff3edad1fdbd5b8fb7b8acb7f 100644 (file)
@@ -1,14 +1,21 @@
+#target: *-*-linux* *-*-gnu* *-*-vxworks
 #source: seg.s
 #ld: -T seg.t -z max-page-size=0x1000
 #readelf: -l --wide
 
 #...
 Program Headers:
-  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
+  Type           Offset   VirtAddr.*
+# On MIPS, the first segment is for .reginfo.
+#...
   LOAD           .*
-  LOAD           0x0*001000 0xf*fffff000 0xf*fffff000 0x01000 0x01000 .*
-
+  LOAD           0x0*001000 0xf*fffff000 0xf*fffff000 0x0*1000 0x0*1000 .*
+# FRV adds a PT_GNU_STACK header
+#...
  Section to Segment mapping:
   Segment Sections...
    00     .*
-   01     reset boot 
+# On MIPS, the first segment is for .reginfo.
+#...
+   0.     reset boot 
+#pass
This page took 0.022967 seconds and 4 git commands to generate.