summaryrefslogtreecommitdiff
path: root/gcc/config/i386/djgpp.h
diff options
context:
space:
mode:
authorPhilipp Thomas <pthomas@suse.de>2000-06-27 02:26:23 +0000
committerPhilipp Thomas <pthomas@gcc.gnu.org>2000-06-27 02:26:23 +0000
commit047142d32ee7988c4715e6784fd0fe228db7caa8 (patch)
tree96359c9e7d2f56ec3735ed3377047a2227a37041 /gcc/config/i386/djgpp.h
parentec611c173f6d46f47efca1529a3ef10a96de7199 (diff)
downloadgcc-047142d32ee7988c4715e6784fd0fe228db7caa8.tar.gz
1750a.h: Mark help strings for options/switches for translation.
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. From-SVN: r34724
Diffstat (limited to 'gcc/config/i386/djgpp.h')
-rw-r--r--gcc/config/i386/djgpp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h
index 86ebfbf4b30..21c66cc39fb 100644
--- a/gcc/config/i386/djgpp.h
+++ b/gcc/config/i386/djgpp.h
@@ -137,7 +137,7 @@ ctor_section () \
{ \
if (in_section != in_ctor) \
{ \
- fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
+ fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
in_section = in_ctor; \
} \
}
@@ -148,7 +148,7 @@ dtor_section () \
{ \
if (in_section != in_dtor) \
{ \
- fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
+ fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
in_section = in_dtor; \
} \
}
@@ -222,8 +222,8 @@ dtor_section () \
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
- { "bnu210", MASK_BNU210, "Enable weak symbol and enhanced C++ template support. Binutils 2.9.5.1 or higher required." }, \
- { "no-bnu210", -MASK_BNU210, "Disable weak symbol and enhanced C++ template support." },
+ { "bnu210", MASK_BNU210, N_("Enable weak symbol and enhanced C++ template support. Binutils 2.9.5.1 or higher required.") }, \
+ { "no-bnu210", -MASK_BNU210, N_("Disable weak symbol and enhanced C++ template support.") },
/* Weak symbols and .gnu.linkonce are only in the binutils snapshots
and binutils-2.10. So do it only when -mbnu210 is specified. */