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/m32r | |
| parent | e4043909700cbd309e7b74ba0d91586ec35a98bf (diff) | |
| download | ppe42-gcc-ef7b064fa2d24cf47e51413fe827eee52f1a59b0.tar.gz ppe42-gcc-ef7b064fa2d24cf47e51413fe827eee52f1a59b0.zip | |
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/m32r')
| -rw-r--r-- | gcc/config/m32r/m32r.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 4f8645c5792..c529cf660f7 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -182,15 +182,15 @@ extern int target_flags; /* { "relax", TARGET_RELAX_MASK, "" }, \ { "no-relax", -TARGET_RELAX_MASK, "" },*/ \ { "debug", TARGET_DEBUG_MASK, \ - "Display compile time statistics" }, \ + N_("Display compile time statistics") }, \ { "align-loops", TARGET_ALIGN_LOOPS_MASK, \ - "Align all loops to 32 byte boundary" }, \ + N_("Align all loops to 32 byte boundary") }, \ { "no-align-loops", -TARGET_ALIGN_LOOPS_MASK, "" }, \ { "issue-rate=1", TARGET_ISSUE_RATE_MASK, \ - "Only issue one instruction per cycle" }, \ + N_("Only issue one instruction per cycle") }, \ { "issue-rate=2", -TARGET_ISSUE_RATE_MASK, "" }, \ { "branch-cost=1", TARGET_BRANCH_COST_MASK, \ - "Prefer branches over conditional execution" }, \ + N_("Prefer branches over conditional execution") }, \ { "branch-cost=2", -TARGET_BRANCH_COST_MASK, "" }, \ SUBTARGET_SWITCHES \ { "", TARGET_DEFAULT, "" } \ @@ -205,8 +205,10 @@ extern const char * m32r_sdata_string; #define TARGET_OPTIONS \ { \ - { "model=", & m32r_model_string, "Code size: small, medium or large" },\ - { "sdata=", & m32r_sdata_string, "Small data area: none, sdata, use" } \ + { "model=", & m32r_model_string, \ + N_("Code size: small, medium or large") }, \ + { "sdata=", & m32r_sdata_string, \ + N_("Small data area: none, sdata, use") } \ SUBTARGET_OPTIONS \ } |

