gdb/arm: Unwind Non-Secure callbacks from Secure
[binutils-gdb.git] / gdb / gdb_mbuild.sh
index 6118d735d1c94ba27479180aa705e497db63cb14..0d4c28e87b17269c4b7f36eb89fae077d4a1162a 100755 (executable)
@@ -3,7 +3,7 @@
 #  Multi-build script for testing compilation of all maintained
 #  configs of GDB.
 
-#  Copyright (C) 2002-2003, 2007-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2002-2022 Free Software Foundation, Inc.
 
 #  Contributed by Richard Earnshaw  (rearnsha@arm.com)
 
@@ -31,7 +31,7 @@ usage()
 Usage: gdb_mbuild.sh [ <options> ... ] <srcdir> <builddir>
  Options:
    -j <makejobs>  Run <makejobs> in parallel.  Passed to make.
-                 On a single cpu machine, 2 is recommended.
+                 On a single cpu machine, 2 is recommended.
    -k             Keep going.  Do not stop after the first build fails.
    --keep         Keep builds.  Do not remove each build when finished.
    -e <regexp>    Regular expression for selecting the targets to build.
@@ -79,7 +79,7 @@ do
        keepgoing=-k
        ;;
     --keep )
-        keep=true
+       keep=true
        ;;
     -e )
        # A regular expression for selecting targets
@@ -195,7 +195,7 @@ log ()
 
 
 
-# Warn the user of what is comming, print the list of targets
+# Warn the user of what is coming, print the list of targets
 
 echo "$alltarg"
 echo ""
@@ -273,7 +273,7 @@ do
     then
        # Iff the build fails remove the final build target so that
        # the follow-on code knows things failed.  Stops the follow-on
-       # code thinking that a failed rebuild succedded (executable
+       # code thinking that a failed rebuild succeeded (executable
        # left around from previous build).
        echo ... ${make} ${keepgoing} ${makejobs} ${target}
        ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe