]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / testsuite / .Sanitize
index b42c1a49b52eb7ed30229d706e29421d194d1c73..a0c5713d0fb47a74ce6fa1061cac8761991372f7 100644 (file)
@@ -28,9 +28,16 @@ config
 lib
 ld-bootstrap
 ld-cdtest
+ld-elfvers
 ld-empic
 ld-scripts
+ld-selective
+ld-sh
 ld-shared
+ld-srec
+ld-undefined
+ld-versados
+ld-checks
 
 Things-to-lose:
 
@@ -40,4 +47,11 @@ Things-to-lose:
 
 Do-last:
 
+
+for i in * ; do
+       if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+               echo '***' Some mentions of Sanitize are still left in $i! 1>&2
+       fi
+done
+
 #eof