From 96fe45624e51f1bb747e36cf8bdaab216f31c5ec Mon Sep 17 00:00:00 2001 From: Ambrogino Modigliani Date: Tue, 22 Nov 2016 15:43:03 +0000 Subject: [PATCH] Fix spelling mistakes in comments in configure scripts All changes are limited to comments, and no run-time behavior is affected. bfd/ChangeLog: 2016-11-22 Ambrogino Modigliani * warning.m4: Fix spelling in comments. * configure.ac: Fix spelling in comments. * configure: Regenerate. binutils/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure: Regenerate. gdb/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure.ac: Fix spelling in comments. * configure: Regenerate. gas/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure: Regenerate. gold/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure: Regenerate. gprof/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure: Regenerate. ld/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure: Regenerate. opcodes/ChangeLog: 2016-11-22 Ambrogino Modigliani * configure: Regenerate. --- bfd/ChangeLog | 6 ++++++ bfd/configure | 4 ++-- bfd/configure.ac | 2 +- bfd/warning.m4 | 2 +- binutils/ChangeLog | 4 ++++ binutils/configure | 2 +- gas/ChangeLog | 4 ++++ gas/configure | 2 +- gdb/ChangeLog | 5 +++++ gdb/configure | 2 +- gdb/configure.ac | 2 +- gold/ChangeLog | 4 ++++ gold/configure | 2 +- gprof/ChangeLog | 4 ++++ gprof/configure | 2 +- ld/ChangeLog | 4 ++++ ld/configure | 2 +- opcodes/ChangeLog | 4 ++++ opcodes/configure | 2 +- 19 files changed, 47 insertions(+), 12 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ebf8279480..93d39df80e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-11-22 Ambrogino Modigliani + + * warning.m4: Fix spelling in comments. + * configure.ac: Fix spelling in comments. + * configure: Regenerate. + 2016-11-22 Alan Modra PR 20744 diff --git a/bfd/configure b/bfd/configure index 68db12f34f..ab239fe6c0 100755 --- a/bfd/configure +++ b/bfd/configure @@ -12291,7 +12291,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -15805,7 +15805,7 @@ fi -# Determine the host dependant file_ptr a.k.a. off_t type. In order +# Determine the host dependent file_ptr a.k.a. off_t type. In order # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long. # Hopefully a reasonable assumption since fseeko et.al. should be diff --git a/bfd/configure.ac b/bfd/configure.ac index 6f11d293ee..3254dae582 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -1156,7 +1156,7 @@ fi AC_SUBST(supports_plugins) AC_SUBST(lt_cv_dlopen_libs) -# Determine the host dependant file_ptr a.k.a. off_t type. In order +# Determine the host dependent file_ptr a.k.a. off_t type. In order # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long. # Hopefully a reasonable assumption since fseeko et.al. should be diff --git a/bfd/warning.m4 b/bfd/warning.m4 index 3fe4340e7c..1022364e8a 100644 --- a/bfd/warning.m4 +++ b/bfd/warning.m4 @@ -56,7 +56,7 @@ AC_EGREP_CPP([^[0-4]$],[__GNUC__],,GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usa WARN_WRITE_STRINGS="" AC_EGREP_CPP([^[0-3]$],[__GNUC__],,WARN_WRITE_STRINGS="-Wwrite-strings") -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. AC_EGREP_CPP_FOR_BUILD([^[0-3]$],[__GNUC__],,GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow") diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ef923cbba1..0f3d167138 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + 2016-11-22 Alan Modra PR 20744 diff --git a/binutils/configure b/binutils/configure index 610d07ebdc..fe314e46b9 100755 --- a/binutils/configure +++ b/binutils/configure @@ -11996,7 +11996,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/gas/ChangeLog b/gas/ChangeLog index b2f60404b1..33b59d017f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + 2016-11-22 Jose E. Marchesi * config/tc-sparc.c: Move HWS_* and HWS2_* definitions to diff --git a/gas/configure b/gas/configure index dbd986a2c5..98da0db848 100755 --- a/gas/configure +++ b/gas/configure @@ -11803,7 +11803,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9749031c85..3257bae083 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-11-22 Ambrogino Modigliani + + * configure.ac: Fix spelling in comments. + * configure: Regenerate. + 2016-11-22 Yao Qi * gdbarch.sh (software_single_step): Change parameter from frame_info diff --git a/gdb/configure b/gdb/configure index 2abfbff6fd..6df88d9049 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8855,7 +8855,7 @@ fi # Since GDB uses Readline, we need termcap functionality. In many # cases this will be provided by the curses library, but some systems -# have a seperate termcap library, or no curses library at all. +# have a separate termcap library, or no curses library at all. case $host_os in cygwin*) diff --git a/gdb/configure.ac b/gdb/configure.ac index 585f1477c2..4b931bfbd7 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -597,7 +597,7 @@ fi # Since GDB uses Readline, we need termcap functionality. In many # cases this will be provided by the curses library, but some systems -# have a seperate termcap library, or no curses library at all. +# have a separate termcap library, or no curses library at all. case $host_os in cygwin*) diff --git a/gold/ChangeLog b/gold/ChangeLog index 63476cda47..749ffdda47 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + 2016-11-21 Cary Coutant PR gold/20693 diff --git a/gold/configure b/gold/configure index a3ed5c9970..cb020be5fc 100755 --- a/gold/configure +++ b/gold/configure @@ -6774,7 +6774,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 52637eca0f..9079a4ba2b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + 2016-10-06 Tom Tromey PR gprof/20656 diff --git a/gprof/configure b/gprof/configure index 97363ee861..0d5f8a21f8 100755 --- a/gprof/configure +++ b/gprof/configure @@ -12152,7 +12152,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/ld/ChangeLog b/ld/ChangeLog index 00b7ca9b42..1f4814d8f5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + 2016-11-22 Alan Modra PR 20744 diff --git a/ld/configure b/ld/configure index 3f82f35fdd..e6bed083b3 100755 --- a/ld/configure +++ b/ld/configure @@ -15609,7 +15609,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 834750fb74..a839a68114 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + 2016-11-22 Jose E. Marchesi * sparc-opc.c (HWS_V8): Definition moved from diff --git a/opcodes/configure b/opcodes/configure index 6ef38444c1..0e1dd184a3 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -11559,7 +11559,7 @@ fi rm -f conftest* -# Verify CC_FOR_BUILD to be compatible with waring flags +# Verify CC_FOR_BUILD to be compatible with warning flags # Add -Wshadow if the compiler is a sufficiently recent version of GCC. cat confdefs.h - <<_ACEOF >conftest.$ac_ext -- 2.34.1