* gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
	add .dynamic entry'.
+2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Doug Evans  <dje@google.com>
+
+       * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
+       add .dynamic entry'.
+
 2010-06-29  Doug Evans  <dje@google.com>
 
        Test PR c++/11702.
 
     if {$result == 0 && $output == ""} {
        pass $test
        return 1
+    } elseif {$result == 1 \
+             && [string match -nocase "*: Not enough room to add .dynamic entry" $output]} {
+       # Linker should have reserved some entries for prelink.
+       xfail $test
+       return 0
     } else {
        fail $test
        return 0