PR273, SOM size -A
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / size.exp
index a102e15c0dec8cc11aec6f2c170d032ed414a211..1c199ba638b835d62d7d0c123f8560b053ec4d2a 100644 (file)
@@ -66,7 +66,7 @@ if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then {
 
     set got [binutils_run $SIZE "$SIZEFLAGS -A ${testfile}"]
 
-    set want "${testfile}.*(text|TEXT|P)\[^\n\r\]*\[   \]($dec)\[      \]+$dec.*(\\.data|DATA|D_1)\[^\n\r\]*\[         \]($dec)\[      \]+$dec"
+    set want "${testfile}.*(text|TEXT|\\\$CODE\\\$|P)\[^\n\r\]*\[      \]($dec)\[      \]+$dec.*(\\.data|DATA|D_1)\[^\n\r\]*\[         \]($dec)\[      \]+$dec"
 
     if ![regexp $want $got all textname textsize dataname datasize] then {
        fail "size -A"
This page took 0.025231 seconds and 4 git commands to generate.