diff options
author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-27 02:26:23 +0000 |
---|---|---|
committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-27 02:26:23 +0000 |
commit | ef7b064fa2d24cf47e51413fe827eee52f1a59b0 (patch) | |
tree | 96359c9e7d2f56ec3735ed3377047a2227a37041 /gcc/config/pdp11/pdp11.h | |
parent | e4043909700cbd309e7b74ba0d91586ec35a98bf (diff) | |
download | gcc-ef7b064fa2d24cf47e51413fe827eee52f1a59b0.tar.gz |
2000-06-27 Philipp Thomas <pthomas@suse.de>
* 1750a.h: Mark help strings for options/switches for translation.
* a29k.h: Likewise.
* alpha.h: Likewise.
* arm.h: Likewise.
* pe.h: Likewise.
* riscix.h: Likewise.
* c4x.h: Likewise.
* clipper.h: Likewise.
* convex.h: Likewise.
* elxsi.h: Likewise.
* fr30.h: Likewise.
* fx80.h: Likewise.
* h8300.h: Likewise.
* i370.h: Likewise.
* cygwin.h: Likewise.
* dgux.h: Likewise.
* djgpp.h: Likewise.
* i386.h: Likewise.
* osf1elf.h: Likewise.
* osfrose.h: Likewise.
* sco5.h: Likewise.
* win32.h: Likewise.
* i860.h: Likewise.
* paragon.h: Likewise.
* i960.h: Likewise.
* ia64.h: Likewise.
* m32r.h: Likewise.
* mcore.h: Likewise.
* mips.h: Likewise.
* mn10300.h: Likewise.
* ns32k.h: Likewise.
* pdp11.h: Likewise.
* pj.h: Likewise.
* aix.h: Likewise.
* aix41.h: Likewise.
* aix43.h: Likewise.
* beos.h: Likewise.
* rs6000.h: Likewise.
* sysv4.h: Likewise.
* linux.h: Likewise.
* linux64.h: Likewise.
* sp64-elf.h: Likewise.
* sparc.h: Likewise.
* splet.h: Likewise.
* v850.h: Likewise.
* convex.h (TARGET_SWITCHES): Provide descriptions and mark them
for translation.
* sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
Properly document option and mark for translation.
* sp86x-elf.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pdp11/pdp11.h')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 897e37e18f2..c670a99f048 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -51,45 +51,45 @@ extern int target_flags; An empty string NAME is used to identify the default VALUE. */ #define TARGET_SWITCHES \ -{ { "fpu", 1, "Use hardware floating point" }, \ - { "soft-float", -1, "Do not use hardware floating point" }, \ -/* return float result in ac0 */ \ - { "ac0", 2, "Return floating point results in ac0" }, \ - { "no-ac0", -2, "Return floating point results in memory" },\ -/* is 11/40 */ \ - { "40", 4, "Generate code for an 11/40" }, \ - { "no-40", -4, "" }, \ -/* is 11/45 */ \ - { "45", 8, "Generate code for an 11/45" }, \ - { "no-45", -8, "" }, \ -/* is 11/10 */ \ - { "10", -12, "Generate code for an 11/10" }, \ -/* use movstrhi for bcopy */ \ - { "bcopy", 16, NULL }, \ - { "bcopy-builtin", -16, NULL }, \ -/* use 32 bit for int */ \ - { "int32", 32, "Use 32 bit int" }, \ - { "no-int16", 32, "Use 32 bit int" }, \ - { "int16", -32, "Use 16 bit int" }, \ - { "no-int32", -32, "Use 16 bit int" }, \ -/* use 32 bit for float */ \ - { "float32", 64, "Use 32 bit float" }, \ - { "no-float64", 64, "Use 32 bit float" }, \ - { "float64", -64, "Use 64 bit float" }, \ - { "no-float32", -64, "Use 64 bit float" }, \ +{ { "fpu", 1, N_("Use hardware floating point") }, \ + { "soft-float", -1, N_("Do not use hardware floating point") }, \ +/* return float result in ac0 */ \ + { "ac0", 2, N_("Return floating point results in ac0") }, \ + { "no-ac0", -2, N_("Return floating point results in memory") }, \ +/* is 11/40 */ \ + { "40", 4, N_("Generate code for an 11/40") }, \ + { "no-40", -4, "" }, \ +/* is 11/45 */ \ + { "45", 8, N_("Generate code for an 11/45") }, \ + { "no-45", -8, "" }, \ +/* is 11/10 */ \ + { "10", -12, N_("Generate code for an 11/10") }, \ +/* use movstrhi for bcopy */ \ + { "bcopy", 16, NULL }, \ + { "bcopy-builtin", -16, NULL }, \ +/* use 32 bit for int */ \ + { "int32", 32, N_("Use 32 bit int") }, \ + { "no-int16", 32, N_("Use 32 bit int") }, \ + { "int16", -32, N_("Use 16 bit int") }, \ + { "no-int32", -32, N_("Use 16 bit int") }, \ +/* use 32 bit for float */ \ + { "float32", 64, N_("Use 32 bit float") }, \ + { "no-float64", 64, N_("Use 32 bit float") }, \ + { "float64", -64, N_("Use 64 bit float") }, \ + { "no-float32", -64, N_("Use 64 bit float") }, \ /* allow abshi pattern? - can trigger "optimizations" which make code SLOW! */\ - { "abshi", 128, NULL }, \ - { "no-abshi", -128, NULL }, \ + { "abshi", 128, NULL }, \ + { "no-abshi", -128, NULL }, \ /* is branching expensive - on a PDP, it's actually really cheap */ \ /* this is just to play around and check what code gcc generates */ \ - { "branch-expensive", 256, NULL }, \ - { "branch-cheap", -256, NULL }, \ -/* split instruction and data memory? */ \ - { "split", 1024, "Target has split I&D" }, \ - { "no-split", -1024, "Target does not have split I&D" }, \ -/* UNIX assembler syntax? */ \ - { "unix-asm", 2048, "Use UNIX assembler syntax" }, \ - { "dec-asm", -2048, "Use DEC assembler syntax" }, \ + { "branch-expensive", 256, NULL }, \ + { "branch-cheap", -256, NULL }, \ +/* split instruction and data memory? */ \ + { "split", 1024, N_("Target has split I&D") }, \ + { "no-split", -1024, N_("Target does not have split I&D") }, \ +/* UNIX assembler syntax? */ \ + { "unix-asm", 2048, N_("Use UNIX assembler syntax") }, \ + { "dec-asm", -2048, N_("Use DEC assembler syntax") }, \ /* default */ \ { "", TARGET_DEFAULT, NULL} \ } |