]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/HOWTO_MERGE
[Ada] Improved support for aspect alignment in CCG
[thirdparty/gcc.git] / libsanitizer / HOWTO_MERGE
index a47a26a4a746c01b811da1a06db284e1cfffcdd2..73cce4f6f7db6f8d365a996f1be44d1e7bd783ca 100644 (file)
@@ -3,8 +3,7 @@ track various ABI changes and GCC-specific patches carefully.  Here is a
 general list of actions required to perform the merge:
 
 * Checkout recent GCC tree.
-* Run merge.sh script from libsanitizer directory.  The script accepts one
-  argument that is control version system (svn or git).
+* Run merge.sh script from libsanitizer directory.
 * Modify Makefile.am files into asan/tsan/lsan/ubsan/sanitizer_common/interception
   directories if needed.  In particular, you may need to add new source files
   and remove old ones in source files list, add new flags to {C, CXX}FLAGS if