Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> Merge from GCC: 2019-01-09 Sandra Loosemore <sandra@codesourcery.com> PR other/16615 [2/5] include/ * libiberty.h: Mechanically replace "can not" with "cannot". * plugin-api.h: Likewise. libiberty/ * cp-demangle.c: Mechanically replace "can not" with "cannot". * floatformat.c: Likewise. * strerror.c: Likewise.
This commit is contained in:
parent
669e09f609
commit
a08da33eb3
7 changed files with 24 additions and 7 deletions
|
@ -1,3 +1,12 @@
|
|||
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
Merge from GCC:
|
||||
PR other/16615
|
||||
|
||||
* cp-demangle.c: Mechanically replace "can not" with "cannot".
|
||||
* floatformat.c: Likewise.
|
||||
* strerror.c: Likewise.
|
||||
|
||||
2018-12-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 87681
|
||||
|
|
|
@ -6201,13 +6201,13 @@ cplus_demangle_init_info (const char *mangled, int options, size_t len,
|
|||
|
||||
di->n = mangled;
|
||||
|
||||
/* We can not need more components than twice the number of chars in
|
||||
/* We cannot need more components than twice the number of chars in
|
||||
the mangled string. Most components correspond directly to
|
||||
chars, but the ARGLIST types are exceptions. */
|
||||
di->num_comps = 2 * len;
|
||||
di->next_comp = 0;
|
||||
|
||||
/* Similarly, we can not need more substitutions than there are
|
||||
/* Similarly, we cannot need more substitutions than there are
|
||||
chars in the mangled string. */
|
||||
di->num_subs = len;
|
||||
di->next_sub = 0;
|
||||
|
|
|
@ -489,7 +489,7 @@ floatformat_to_double (const struct floatformat *fmt,
|
|||
int nan = mant_bits_set (fmt, ufrom);
|
||||
|
||||
/* On certain systems (such as GNU/Linux), the use of the
|
||||
INFINITY macro below may generate a warning that can not be
|
||||
INFINITY macro below may generate a warning that cannot be
|
||||
silenced due to a bug in GCC (PR preprocessor/11931). The
|
||||
preprocessor fails to recognise the __extension__ keyword in
|
||||
conjunction with the GNU/C99 extension for hexadecimal
|
||||
|
|
|
@ -299,7 +299,7 @@ static const struct error_info error_table[] =
|
|||
ENTRY(EREMCHG, "EREMCHG", "Remote address changed"),
|
||||
#endif
|
||||
#if defined (ELIBACC)
|
||||
ENTRY(ELIBACC, "ELIBACC", "Can not access a needed shared library"),
|
||||
ENTRY(ELIBACC, "ELIBACC", "Cannot access a needed shared library"),
|
||||
#endif
|
||||
#if defined (ELIBBAD)
|
||||
ENTRY(ELIBBAD, "ELIBBAD", "Accessing a corrupted shared library"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue