aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-02-12 00:53:54 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-02-12 00:53:54 +0100
commit9c58255170517b1b677ab0fac5cff46cc27c1dbd (patch)
treecde01d417194bbc82c2a04436bcde13a70a10e41 /gcc/ada
parent66756373c1940650568173b6d9c32325429bfc34 (diff)
downloadgcc-9c58255170517b1b677ab0fac5cff46cc27c1dbd.zip
gcc-9c58255170517b1b677ab0fac5cff46cc27c1dbd.tar.gz
gcc-9c58255170517b1b677ab0fac5cff46cc27c1dbd.tar.bz2
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
* cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. * target.def: Likewise. * sel-sched.c: Likewise. * config/mips/mips.c: Likewise. * config/arc/arc.md: Likewise. * config/arm/cortex-a57.md: Likewise. * config/arm/arm.c: Likewise. * config/arm/neon.md: Likewise. * config/arm/arm-c.c: Likewise. * config/vms/vms-c.c: Likewise. * config/s390/s390.c: Likewise. * config/i386/znver1.md: Likewise. * config/i386/i386.c: Likewise. * config/ia64/hpux-unix2003.h: Likewise. * config/msp430/msp430.md: Likewise. * config/rx/rx.c: Likewise. * config/rx/rx.md: Likewise. * config/aarch64/aarch64-simd.md: Likewise. * config/aarch64/aarch64.c: Likewise. * config/nvptx/nvptx.c: Likewise. * config/bfin/bfin.c: Likewise. * config/cris/cris.opt: Likewise. * config/rs6000/rs6000.c: Likewise. * target.h: Likewise. * spellcheck.c: Likewise. * ira-build.c: Likewise. * tree-inline.c: Likewise. * builtins.c: Likewise. * lra-constraints.c: Likewise. * explow.c: Likewise. * hwint.h: Likewise. * targhooks.c: Likewise. * tree-vect-data-refs.c: Likewise. * expr.c: Likewise. * doc/tm.texi: Likewise. * doc/extend.texi: Likewise. * doc/install.texi: Likewise. * doc/md.texi: Likewise. * tree-ssa-tail-merge.c: Likewise. * sched-int.h: Likewise. * match.pd: Likewise. * sched-ebb.c: Likewise. * target.def (omit_struct_return_reg): Likewise. * gimple-ssa-isolate-paths.c: Likewise. (find_implicit_erroneous_behaviour): Renamed to... (find_implicit_erroneous_behavior): ... this. (find_explicit_erroneous_behaviour): Renamed to... (find_explicit_erroneous_behavior): ... this. (gimple_ssa_isolate_erroneous_paths): Adjust caller. gcc/cp/ * error.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. * decl.c: Likewise. * typeck.c (cp_build_binary_op): Fix up behavior spelling in diagnostics. * init.c (build_delete): Likewise. gcc/objc/ * objc-act.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. * objc-map.h: Likewise. gcc/go/ * gofrontend/lex.cc: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. * gccgo.texi: Likewise. gcc/ada/ * prj-tree.ads: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. * prep.adb: Likewise. * prj.ads: Likewise. * prepcomp.adb: Likewise. * g-socket.ads: Likewise. * s-imgrea.adb: Likewise. * a-calend.adb: Likewise. * exp_disp.adb: Likewise. * doc/gnat_ugn/gnat_utility_programs.rst: Likewise. * g-socket.adb: Likewise. * sem_ch12.adb: Likewise. * terminals.c: Likewise. gcc/testsuite/ * objc.dg/gnu-api-2-method.m: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. * objc.dg/attributes/method-nonnull-1.m: Likewise. * objc.dg/gnu-api-2-class-meta.m: Likewise. * c-c++-common/Wvarargs.c: Likewise. * c-c++-common/goacc/host_data-5.c: Likewise. * obj-c++.dg/gnu-api-2-class-meta.mm: Likewise. * obj-c++.dg/attributes/method-nonnull-1.mm: Likewise. * obj-c++.dg/gnu-api-2-method.mm: Likewise. * gcc.target/aarch64/pr60697.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vldX_lane.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vqshl.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vshuffle.inc: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vrshl.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vldX_dup.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vqrshl.c: Likewise. * gcc.target/aarch64/advsimd-intrinsics/vldX.c: Likewise. * gcc.target/aarch64/aapcs64/ice_2.c: Likewise. * gcc.target/aarch64/aapcs64/test_23.c: Likewise. * gcc.target/aarch64/vrnd_f64_1.c: Likewise. * g++.dg/warn/Wconversion-real-integer-3.C: Likewise. * g++.dg/lookup/koenig5.C: Likewise. * g++.dg/ext/no-asm-2.C: Likewise. * gfortran.dg/bounds_check_array_ctor_3.f90: Likewise. * gfortran.dg/bounds_check_array_ctor_7.f90: Likewise. * gfortran.dg/used_types_16.f90: Likewise. * gfortran.dg/assumed_rank_bounds_1.f90: Likewise. * gfortran.dg/bounds_check_array_ctor_1.f90: Likewise. * gfortran.dg/assumed_rank_bounds_2.f90: Likewise. * gfortran.dg/bounds_check_array_ctor_4.f90: Likewise. * gfortran.dg/abstract_type_6.f03: Likewise. * gfortran.dg/bounds_check_array_ctor_5.f90: Likewise. * gfortran.dg/used_types_15.f90: Likewise. * gfortran.dg/bounds_check_array_ctor_8.f90: Likewise. * gfortran.dg/exit_3.f08: Likewise. * gfortran.dg/open_status_2.f90: Likewise. * gfortran.dg/derived_pointer_recursion_2.f90: Likewise. * gfortran.dg/intrinsic_std_1.f90: Likewise. * gfortran.dg/associate_1.f03: Likewise. * gfortran.dg/bounds_check_array_ctor_2.f90: Likewise. * gfortran.dg/intrinsic_std_6.f90: Likewise. * gfortran.dg/bounds_check_array_ctor_6.f90: Likewise. * gcc.dg/builtin-object-size-1.c: Likewise. * gcc.dg/noreturn-6.c: Likewise. * gcc.dg/builtin-stringop-chk-1.c: Likewise. * gcc.dg/globalalias.c: Likewise. * gcc.dg/builtins-config.h: Likewise. * gcc.dg/pr30457.c: Likewise. * gcc.c-torture/compile/volatile-1.c: Likewise. * gcc.c-torture/execute/20101011-1.c: Likewise. * c-c++-common/Waddress-1.c: Likewise. From-SVN: r233358
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog16
-rw-r--r--gcc/ada/a-calend.adb2
-rw-r--r--gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst2
-rw-r--r--gcc/ada/exp_disp.adb2
-rw-r--r--gcc/ada/g-socket.adb2
-rw-r--r--gcc/ada/g-socket.ads4
-rw-r--r--gcc/ada/prep.adb6
-rw-r--r--gcc/ada/prepcomp.adb2
-rw-r--r--gcc/ada/prj-tree.ads4
-rw-r--r--gcc/ada/prj.ads2
-rw-r--r--gcc/ada/s-imgrea.adb2
-rw-r--r--gcc/ada/sem_ch12.adb2
-rw-r--r--gcc/ada/terminals.c2
13 files changed, 32 insertions, 16 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 38486f1..ec6a8c4 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,19 @@
+2016-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ * prj-tree.ads: Spelling fixes - behaviour -> behavior and
+ neighbour -> neighbor.
+ * prep.adb: Likewise.
+ * prj.ads: Likewise.
+ * prepcomp.adb: Likewise.
+ * g-socket.ads: Likewise.
+ * s-imgrea.adb: Likewise.
+ * a-calend.adb: Likewise.
+ * exp_disp.adb: Likewise.
+ * doc/gnat_ugn/gnat_utility_programs.rst: Likewise.
+ * g-socket.adb: Likewise.
+ * sem_ch12.adb: Likewise.
+ * terminals.c: Likewise.
+
2016-02-08 Bernd Schmidt <bschmidt@redhat.com>
* gcc-interface/misc.c (gnat_init): Remove second argument in call to
diff --git a/gcc/ada/a-calend.adb b/gcc/ada/a-calend.adb
index 7c582ad..9fcc299 100644
--- a/gcc/ada/a-calend.adb
+++ b/gcc/ada/a-calend.adb
@@ -63,7 +63,7 @@ package body Ada.Calendar is
-- procedure Split (9 or 10 parameters) -+
-- end Ada.Calendar.Formatting
- -- The behaviour of the interfacing routines is controlled via various
+ -- The behavior of the interfacing routines is controlled via various
-- flags. All new Ada 2005 types from children of Ada.Calendar are
-- emulated by a similar type. For instance, type Day_Number is replaced
-- by Integer in various routines. One ramification of this model is that
diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
index 2a92500..2ee90d3 100644
--- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
+++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
@@ -4527,7 +4527,7 @@ Alternatively, you may run the script using the following command line:
``--additional-tests`` switch.
* ``Skeletons_Default``
- is used to specify the default behaviour of test skeletons, otherwise
+ is used to specify the default behavior of test skeletons, otherwise
specified by ``--skeleton-default`` option. The value of this attribute
should be either ``pass`` or ``fail``.
diff --git a/gcc/ada/exp_disp.adb b/gcc/ada/exp_disp.adb
index 7abc0b5..578f000 100644
--- a/gcc/ada/exp_disp.adb
+++ b/gcc/ada/exp_disp.adb
@@ -2668,7 +2668,7 @@ package body Exp_Disp is
-- F := not Cancelled (Bnn);
-- where F is the success flag. The status of Cancelled is negated
- -- in order to match the behaviour of the version for task types.
+ -- in order to match the behavior of the version for task types.
Append_To (Stmts,
Make_Assignment_Statement (Loc,
diff --git a/gcc/ada/g-socket.adb b/gcc/ada/g-socket.adb
index 3a10c9c..5943008 100644
--- a/gcc/ada/g-socket.adb
+++ b/gcc/ada/g-socket.adb
@@ -481,7 +481,7 @@ package body GNAT.Sockets is
return;
-- On other platforms, fd_set is an FD_SETSIZE bitmap: check
- -- that Fd is within range (otherwise behaviour is undefined).
+ -- that Fd is within range (otherwise behavior is undefined).
elsif Fd < 0 or else Fd >= SOSC.FD_SETSIZE then
raise Constraint_Error
diff --git a/gcc/ada/g-socket.ads b/gcc/ada/g-socket.ads
index 517dd4f..ff293de 100644
--- a/gcc/ada/g-socket.ads
+++ b/gcc/ada/g-socket.ads
@@ -1066,10 +1066,10 @@ package GNAT.Sockets is
-- blocks until an event occurs. On some platforms, the select(2) system
-- can block the full process (not just the calling thread).
--
- -- Check_Selector provides the very same behaviour. The only difference is
+ -- Check_Selector provides the very same behavior. The only difference is
-- that it does not watch for exception events. Note that on some platforms
-- it is kept process blocking on purpose. The timeout parameter allows the
- -- user to have the behaviour he wants. Abort_Selector allows the safe
+ -- user to have the behavior he wants. Abort_Selector allows the safe
-- abort of a blocked Check_Selector call. A special socket is opened by
-- Create_Selector and included in each call to Check_Selector.
--
diff --git a/gcc/ada/prep.adb b/gcc/ada/prep.adb
index bb215c3..d5672ba 100644
--- a/gcc/ada/prep.adb
+++ b/gcc/ada/prep.adb
@@ -120,9 +120,9 @@ package body Prep is
String_False : String_Id;
-- "false", as a string_id
- ---------------
- -- Behaviour --
- ---------------
+ --------------
+ -- Behavior --
+ --------------
-- Accesses to procedure specified by procedure Initialize
diff --git a/gcc/ada/prepcomp.adb b/gcc/ada/prepcomp.adb
index 737ebf2..549d7f8 100644
--- a/gcc/ada/prepcomp.adb
+++ b/gcc/ada/prepcomp.adb
@@ -661,7 +661,7 @@ package body Prepcomp is
Scn.Scanner.Initialize_Scanner (Deffile);
Prep.Parse_Def_File;
- -- Reset the behaviour of the scanner to the default
+ -- Reset the behavior of the scanner to the default
Scn.Scanner.Set_End_Of_Line_As_Token (False);
diff --git a/gcc/ada/prj-tree.ads b/gcc/ada/prj-tree.ads
index e012d37..a36e9f9 100644
--- a/gcc/ada/prj-tree.ads
+++ b/gcc/ada/prj-tree.ads
@@ -260,7 +260,7 @@ package Prj.Tree is
-- For each function the condition of validity is specified. If an access
-- function is called with invalid arguments, then exception
-- Assertion_Error is raised if assertions are enabled, otherwise the
- -- behaviour is not defined and may result in a crash.
+ -- behavior is not defined and may result in a crash.
function Name_Of
(Node : Project_Node_Id;
@@ -733,7 +733,7 @@ package Prj.Tree is
-- Foe each Set_* procedure the condition of validity is specified. If an
-- access function is called with invalid arguments, then exception
-- Assertion_Error is raised if assertions are enabled, otherwise the
- -- behaviour is not defined and may result in a crash.
+ -- behavior is not defined and may result in a crash.
-- These are very low-level, and manipulate the tree itself directly. You
-- should look at the Create_* procedure instead if you want to use higher
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads
index 4af4f3c..2b20f6a 100644
--- a/gcc/ada/prj.ads
+++ b/gcc/ada/prj.ads
@@ -1828,7 +1828,7 @@ package Prj is
-- Severity of some situations, such as: no Ada sources in a project where
-- Ada is one of the language.
--
- -- When the situation occurs, the behaviour depends on the setting:
+ -- When the situation occurs, the behavior depends on the setting:
--
-- - Silent: no action
-- - Warning: issue a warning, does not cause the tool to fail
diff --git a/gcc/ada/s-imgrea.adb b/gcc/ada/s-imgrea.adb
index 827b5f5..3847c54 100644
--- a/gcc/ada/s-imgrea.adb
+++ b/gcc/ada/s-imgrea.adb
@@ -482,7 +482,7 @@ package body System.Img_Real is
-- an invalid bit pattern resulting from erroneous execution
-- (caused by using uninitialized variables for example).
- -- No matter what, we'll at least get reasonable behaviour,
+ -- No matter what, we'll at least get reasonable behavior,
-- converting to infinity or some other value, or causing an
-- exception to be raised is fine.
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb
index aa19cd5..8fdd700 100644
--- a/gcc/ada/sem_ch12.adb
+++ b/gcc/ada/sem_ch12.adb
@@ -7969,7 +7969,7 @@ package body Sem_Ch12 is
end if;
-- At this point either both nodes came from source or we approximated
- -- their source locations through neighbouring source statements.
+ -- their source locations through neighboring source statements.
T1 := Top_Level_Location (Sloc (P1));
T2 := Top_Level_Location (Sloc (P2));
diff --git a/gcc/ada/terminals.c b/gcc/ada/terminals.c
index 69fe358..d72eb09 100644
--- a/gcc/ada/terminals.c
+++ b/gcc/ada/terminals.c
@@ -170,7 +170,7 @@ static int Vw32_start_process_inherit_error_mode = 1;
/* Control whether spawnve quotes arguments as necessary to ensure
correct parsing by child process. Because not all uses of spawnve
- are careful about constructing argv arrays, we make this behaviour
+ are careful about constructing argv arrays, we make this behavior
conditional (off by default, since a similar operation is already done
in g-expect.adb by calling Normalize_Argument). */
static int Vw32_quote_process_args = 0;