summaryrefslogtreecommitdiff
path: root/gcc/config/ns32k/ns32k.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-15 20:31:07 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-15 20:31:07 +0000
commitf4ec69cb4fb9fd87fce4fdb55501c01c511b8e0b (patch)
treeab93dcb3b3786532d89de4391000c8589809df03 /gcc/config/ns32k/ns32k.h
parent1d8c4563e52b93a352b33ca0aedc8d782f0ea0a4 (diff)
downloadgcc-f4ec69cb4fb9fd87fce4fdb55501c01c511b8e0b.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ns32k/ns32k.h')
-rw-r--r--gcc/config/ns32k/ns32k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h
index fb2cd4d908d..f4d52b2fc1b 100644
--- a/gcc/config/ns32k/ns32k.h
+++ b/gcc/config/ns32k/ns32k.h
@@ -113,8 +113,8 @@ extern int target_flags;
{ "sb", -32, \
N_("Register sb is zero. Use for absolute addressing")}, \
{ "nosb", 32, N_("Do not use register sb")}, \
- { "bitfield", -64, N_("Do not use bitfield instructions")}, \
- { "nobitfield", 64, N_("Use bitfield instructions")}, \
+ { "bitfield", -64, N_("Do not use bit-field instructions")}, \
+ { "nobitfield", 64, N_("Use bit-field instructions")}, \
{ "himem", 128, N_("Generate code for high memory")}, \
{ "nohimem", -128, N_("Generate code for low memory")}, \
{ "32381", 256, N_("32381 fpu")}, \