mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08:00
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 <ambrogino.modigliani@gmail.com> * warning.m4: Fix spelling in comments. * configure.ac: Fix spelling in comments. * configure: Regenerate. binutils/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure: Regenerate. gdb/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure.ac: Fix spelling in comments. * configure: Regenerate. gas/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure: Regenerate. gold/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure: Regenerate. gprof/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure: Regenerate. ld/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure: Regenerate. opcodes/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * configure: Regenerate.
This commit is contained in:
parent
f5ea389ac7
commit
96fe45624e
@ -1,3 +1,9 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* warning.m4: Fix spelling in comments.
|
||||
* configure.ac: Fix spelling in comments.
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 20744
|
||||
|
4
bfd/configure
vendored
4
bfd/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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")
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 20744
|
||||
|
2
binutils/configure
vendored
2
binutils/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-22 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* config/tc-sparc.c: Move HWS_* and HWS2_* definitions to
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure.ac: Fix spelling in comments.
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-22 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* gdbarch.sh (software_single_step): Change parameter from frame_info
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -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*)
|
||||
|
@ -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*)
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-21 Cary Coutant <ccoutant@gmail.com>
|
||||
|
||||
PR gold/20693
|
||||
|
2
gold/configure
vendored
2
gold/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-10-06 Tom Tromey <tromey@sourceware.org>
|
||||
|
||||
PR gprof/20656
|
||||
|
2
gprof/configure
vendored
2
gprof/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 20744
|
||||
|
2
ld/configure
vendored
2
ld/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-11-22 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* sparc-opc.c (HWS_V8): Definition moved from
|
||||
|
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user