diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-15 20:31:07 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-15 20:31:07 +0000 |
commit | b0287a9034ba44e3a3dae9728a765ab1e03e5450 (patch) | |
tree | ab93dcb3b3786532d89de4391000c8589809df03 /gcc/gcc.c | |
parent | 1737c953d5d6b65078435519a6dbd5e425ad47e6 (diff) | |
download | gcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.tar.gz |
c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.
* c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
config/ns32k/ns32k.h, config/rs6000/sysv4.h, fold-const.c,
toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and
"bit-field" spellings in messages.
* po/gcc.pot: Regenerate.
ch:
* expr.c: Use "built-in" spelling in messages.
From-SVN: r48048
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 81d16754b43..2dc7b72af36 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -1463,7 +1463,7 @@ init_spec () return; /* Already initialized. */ if (verbose_flag) - notice ("Using builtin specs.\n"); + notice ("Using built-in specs.\n"); #ifdef EXTRA_SPECS extra_specs = (struct spec_list *) @@ -3053,7 +3053,7 @@ display_help () fputs (_(" -save-temps Do not delete intermediate files\n"), stdout); fputs (_(" -pipe Use pipes rather than intermediate files\n"), stdout); fputs (_(" -time Time the execution of each subprocess\n"), stdout); - fputs (_(" -specs=<file> Override builtin specs with the contents of <file>\n"), stdout); + fputs (_(" -specs=<file> Override built-in specs with the contents of <file>\n"), stdout); fputs (_(" -std=<standard> Assume that the input sources are for <standard>\n"), stdout); fputs (_(" -B <directory> Add <directory> to the compiler's search paths\n"), stdout); fputs (_(" -b <machine> Run gcc for target <machine>, if installed\n"), stdout); |