* ld-scripts/size-1.d: Add bigendian regexps.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 5 Mar 2004 19:27:34 +0000 (19:27 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Fri, 5 Mar 2004 19:27:34 +0000 (19:27 +0000)
* ld-scripts/size-2.d: Set --wide for readelf.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/size-1.d
ld/testsuite/ld-scripts/size-2.d

index 18c66f46123a3af20cf90133987641f8d7b49abe..9d755d3a04682e4b5ca0846450907107fee21096 100644 (file)
@@ -1,5 +1,8 @@
 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
 
+       * ld-scripts/size-1.d: Add bigendian regexps.
+       * ld-scripts/size-2.d: Set --wide for readelf.
+
        * ld-scripts/size.exp: New.
        * ld-scripts/size-[12].{d,s,t}: New.
 
index 667f5317db2b20ab7b5af8e69a1ae2619ce3f9ce..8f36407d3a8dfa072e0a708c3484835cd5547fe1 100644 (file)
@@ -4,13 +4,18 @@
 
 .*:     file format .*
 
+#...
 Contents of section \.text:
  0+00 (01)?000000(01)? (02)?000000(02)?                    ........        
+#...
 Contents of section \.data:
  0+08 (03)?000000(03)? (04)?000000(04)? (05)?000000(05)?           ............    
+#...
 Contents of section \.tdata:
- 0+24 (06)?000000 07000000 08000000 09000000  ................
- 0+34 (0a)?000000                             ....            
+ 0+24 (06)?000000(06)? (07)?000000(07)? (08)?000000(08)? (09)?000000(09)?  ................
+ 0+34 (0a)?000000(0a)?                             ....            
+#...
 Contents of section \.map:
  0+38 (08)?000000(08)? (0c)?000000(0c)? (10)?000000(10)? (14)?000000(14)?  ................
  0+48 (18)?000000(18)?                             ....            
+#...
index 3cbfb447d9b8a7a4fd610848972a43199e9a7a62..8b56c7a1e63fd636d35455b455f19a35f72ff82d 100644 (file)
@@ -1,17 +1,13 @@
 #source: size-2.s
 #ld: -T size-2.t
-#readelf: -l
+#readelf: -l --wide
 
 #...
 Program Headers:
-  Type           Offset             VirtAddr           PhysAddr
-                 FileSiz            MemSiz              Flags  Align
-  PHDR           0x[0-9a-f]+ 0x0+0000 0x0+0000
-                 0x[0-9a-f]+ 0x[0-9a-f]+  R      .
-  LOAD           0x[0-9a-f]+ 0x0+0000 0x0+0000
-                 0x0+0030 0x0+0030  R      [0-9a-f]+
-  TLS            0x[0-9a-f]+ 0x0+0008 0x0+0008
-                 0x0+0014 0x0+002c  R      [0-9a-f]+
+  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
+  PHDR           0x[0-9a-f]+ 0x0+0000 0x0+0000 0x[0-9a-f]+ 0x[0-9a-f]+ R   0x[0-9a-f]+
+  LOAD           0x[0-9a-f]+ 0x0+0000 0x0+0000 0x0+0030 0x0+0030 R   0x[0-9a-f]+
+  TLS            0x[0-9a-f]+ 0x0+0008 0x0+0008 0x0+0014 0x0+002c R   0x[0-9a-f]+
 
  Section to Segment mapping:
   Segment Sections...
This page took 0.025972 seconds and 4 git commands to generate.