diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-15 20:06:12 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-15 20:06:12 +0000 |
commit | 1737c953d5d6b65078435519a6dbd5e425ad47e6 (patch) | |
tree | ebc53bbcecda952d04e1c0bfb5531ae9907616ca /gcc/config | |
parent | 56deb74c8623b1218658480a8419b63772cac245 (diff) | |
download | gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.zip gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.tar.gz gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.tar.bz2 |
gcc.c, [...]: Use American spelling in messages.
* gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use
American spelling in messages.
* po/gcc.pot: Regenerate.
ch:
* decl.c, parse.c, typeck.c: Use American spelling in messages.
cp:
* lang-options.h: Use American spelling in messages.
From-SVN: r48047
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/fr30/fr30.c | 6 | ||||
-rw-r--r-- | gcc/config/v850/v850-c.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index eb90c6b..d504991 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -476,7 +476,7 @@ fr30_print_operand (file, x, code) /* Compute the register name of the second register in a hi/lo register pair. */ if (GET_CODE (x) != REG) - output_operand_lossage ("fr30_print_operand: unrecognised %p code"); + output_operand_lossage ("fr30_print_operand: unrecognized %p code"); else fprintf (file, "r%d", REGNO (x) + 1); return; @@ -496,7 +496,7 @@ fr30_print_operand (file, x, code) case GTU: fprintf (file, "hi"); break; case GEU: fprintf (file, "nc"); break; default: - output_operand_lossage ("fr30_print_operand: unrecognised %b code"); + output_operand_lossage ("fr30_print_operand: unrecognized %b code"); break; } return; @@ -517,7 +517,7 @@ fr30_print_operand (file, x, code) case GTU: fprintf (file, "ls"); break; case GEU: fprintf (file, "c"); break; default: - output_operand_lossage ("fr30_print_operand: unrecognised %B code"); + output_operand_lossage ("fr30_print_operand: unrecognized %B code"); break; } return; diff --git a/gcc/config/v850/v850-c.c b/gcc/config/v850/v850-c.c index 98e8a29..32f4882 100644 --- a/gcc/config/v850/v850-c.c +++ b/gcc/config/v850/v850-c.c @@ -163,7 +163,7 @@ ghs_pragma_section (pfile) else if (streq (sect, "zbss")) kind = GHS_SECTION_KIND_ZDATA; else { - warning ("unrecognised section name \"%s\"", sect); + warning ("unrecognized section name \"%s\"", sect); return; } |