Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / include-1.d
index fc7617be5d234eb77ff6137c077efca9a1cd3dc4..4ad1fe8cc082d6fe1b2d82cd6acbcd3901b3cf86 100644 (file)
@@ -2,10 +2,12 @@
 # source: include.s
 # ld: -T include-1.t
 # objdump: -w -h
+# xfail: "*-aix*"
+# AIX targets rename the .text and .data sectons...
 
 .*:     file format .*
 
 Sections:
 Idx +Name +Size +VMA +LMA +File off +Algn +Flags
-  0 .text         0+000000c  0+0000000  0+0000000  [0-9a-f]+  2\*\*[0-9]+  CONTENTS, ALLOC, LOAD, READONLY, CODE
-  1 .data         0+000000c  0+0100000  0+0100000  [0-9a-f]+  2\*\*[0-9]+  CONTENTS, ALLOC, LOAD, DATA
+  0 .text         0+0000020  0+0000000  0+0000000  [0-9a-f]+  2\*\*[0-9]+  CONTENTS, ALLOC, LOAD,.*CODE
+  1 .data         0+0000010  0+0100000  0+0100000  [0-9a-f]+  2\*\*[0-9]+  CONTENTS, ALLOC, LOAD, DATA
This page took 0.023697 seconds and 4 git commands to generate.