summaryrefslogtreecommitdiff
path: root/gcc/po/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * gcc.pot: Regenerate.Joseph Myers2011-03-241-0/+4
| | | | From-SVN: r171407
* * gcc.pot: Regenerate.Joseph Myers2011-03-171-0/+4
| | | | From-SVN: r171109
* * de.po: Update.Joseph Myers2011-03-061-0/+4
| | | | From-SVN: r170713
* * gcc.pot: Regenerate.Joseph Myers2011-03-051-0/+4
| | | | From-SVN: r170703
* * de.po: Update.Joseph Myers2011-02-271-0/+4
| | | | From-SVN: r170540
* * de.po: Update.Joseph Myers2011-02-271-0/+4
| | | | From-SVN: r170531
* * ja.po: Update.Joseph Myers2011-01-281-0/+4
| | | | From-SVN: r169360
* * ja.po: Update.Joseph Myers2011-01-271-0/+4
| | | | From-SVN: r169335
* * ja.po, sv.po: Update.Joseph Myers2011-01-261-0/+4
| | | | From-SVN: r169266
* * ja.po: Update.Joseph Myers2011-01-131-0/+4
| | | | From-SVN: r168737
* * ja.po: Update.Joseph Myers2011-01-101-0/+4
| | | | From-SVN: r168630
* * ja.po, sv.po: Update.Joseph Myers2011-01-091-0/+4
| | | | From-SVN: r168613
* * ja.po: Update.Joseph Myers2011-01-081-0/+4
| | | | From-SVN: r168599
* * de.po: Update.Joseph Myers2011-01-051-0/+4
| | | | From-SVN: r168501
* * de.po: Update.Joseph Myers2011-01-021-0/+4
| | | | From-SVN: r168408
* * sv.po: Update.Joseph Myers2011-01-021-0/+4
| | | | From-SVN: r168406
* * ja.po: Update.Joseph Myers2011-01-021-0/+4
| | | | From-SVN: r168405
* * ja.po: Update.Joseph Myers2011-01-011-0/+4
| | | | From-SVN: r168390
* * ja.po: Update.Joseph Myers2010-12-311-0/+4
| | | | From-SVN: r168371
* * ja.po: Update.Joseph Myers2010-12-301-0/+4
| | | | From-SVN: r168341
* * ja.po: Update.Joseph Myers2010-12-291-0/+4
| | | | From-SVN: r168318
* * ja.po: Update.Joseph Myers2010-12-291-0/+4
| | | | From-SVN: r168314
* * ja.po: Update.Joseph Myers2010-12-271-0/+4
| | | | From-SVN: r168277
* * sv.po: Update.Joseph Myers2010-12-261-0/+4
| | | | From-SVN: r168250
* * de.po: Update.Joseph Myers2010-12-251-0/+4
| | | | From-SVN: r168244
* * es.po, ja.po: Update.Joseph Myers2010-12-211-0/+4
| | | | From-SVN: r168127
* be.po, [...]: Update.Joseph Myers2010-12-191-0/+6
| | | | | | | | * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po, nl.po, ru.po, sr.po, sv.po, tr.po, vi.po, zh_CN.po, zh_TW.po: Update. From-SVN: r168074
* * sv.po: Update.Joseph Myers2010-12-191-0/+4
| | | | From-SVN: r168055
* * ja.po: Update.Joseph Myers2010-12-191-0/+4
| | | | From-SVN: r168053
* * gcc.pot: Regenerate.Joseph Myers2010-12-181-0/+4
| | | | From-SVN: r168030
* * ja.po: Update.Joseph Myers2010-12-171-0/+4
| | | | From-SVN: r167983
* * de.po, sv.po: Update.Joseph Myers2010-12-131-0/+4
| | | | From-SVN: r167771
* * sv.po: Update.Joseph Myers2010-12-051-0/+4
| | | | From-SVN: r167473
* * es.po: Update.Joseph Myers2010-11-291-0/+4
| | | | From-SVN: r167278
* * sv.po: Update.Joseph Myers2010-11-281-0/+4
| | | | From-SVN: r167221
* options.texi (Enum, EnumValue): Document new record types.Joseph Myers2010-11-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/options.texi (Enum, EnumValue): Document new record types. (Enum): Document new option flag. * opt-functions.awk * optc-gen.awk: Handle enumerated option arguments. * opth-gen.awk: Handle enumerated option arguments. * opts-common.c (enum_arg_ok_for_language, enum_arg_to_value, enum_value_to_arg): New. (decode_cmdline_option): Handle enumerated arguments. (read_cmdline_option): Handle CL_ERR_ENUM_ARG. (set_option, option_enabled, get_option_state): Handle CLVC_ENUM. * opts.c (print_filtered_help, print_specific_help): Take lang_mask arguments. (print_filtered_help): Handle printing values of enumerated options. Print possible arguments for enumerated options. (print_specific_help): Update call to print_filtered_help. (common_handle_option): Update calls to print_specific_help. Use value rather than arg for OPT_fdiagnostics_show_location_. Don't handle OPT_ffp_contract_, OPT_fexcess_precision_, OPT_fvisibility_, OPT_ftls_model_, OPT_fira_algorithm_ or OPT_fira_region_ here. * opts.h (enum cl_var_type): Add CLVC_ENUM. (struct cl_option): Add var_enum. (CL_ENUM_CANONICAL, CL_ENUM_DRIVER_ONLY, struct cl_enum_arg, struct cl_enum, cl_enums, cl_enums_count): New. (CL_ERR_ENUM_ARG): Define. (CL_ERR_NEGATIVE): Update value. (enum_value_to_arg): Declare. * common.opt (flag_ira_algorithm, flag_ira_region, flag_fp_contract_mode, flag_excess_precision_cmdline, default_visibility, flag_tls_default): Remove Variable entries. (help_enum_printed): New Variable. (fdiagnostics-show-location=): Use Enum. Add associated SourceInclude, Enum and EnumValue entries. (fexcess-precision=, ffp-contract=, fira-algorithm=, fira-region=, ftls-model=, fvisibility=): Use Enum, Var and Init. Add associated Enum and EnumValue entries. po: * exgettext: Handle UnknownError. From-SVN: r167190
* * sv.po: Update.Joseph Myers2010-11-211-0/+4
| | | | From-SVN: r167004
* be.po, [...]: Update.Joseph Myers2010-11-141-0/+6
| | | | | | | | * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po, nl.po, ru.po, sr.po, sv.po, tr.po, vi.po, zh_CN.po, zh_TW.po: Update. From-SVN: r166737
* * gcc.pot: Regenerate.Joseph Myers2010-11-131-0/+4
| | | | From-SVN: r166703
* * gcc.pot: Regenerate.Joseph Myers2010-11-121-0/+4
| | | | From-SVN: r166690
* * gcc.pot: Regenerate.Joseph Myers2010-11-101-0/+4
| | | | From-SVN: r166573
* exgettext: Look for .cc files.Ian Lance Taylor2010-11-101-0/+6
| | | | | | | | * exgettext: Look for .cc files. Look in subdirectories of language subdirectories. * EXCLUDES: Update comment. From-SVN: r166515
* * gcc.pot: Regenerate.Joseph Myers2010-10-221-0/+4
| | | | From-SVN: r165838
* * EXCLUDES: Add read-md.c.Joseph Myers2010-10-221-0/+4
| | | | From-SVN: r165837
* * exgettext: Only handle Warn when followed by '('.Joseph Myers2010-10-221-0/+4
| | | | From-SVN: r165835
* * vi.po: Update.Joseph Myers2010-10-131-0/+4
| | | | From-SVN: r165420
* * vi.po: New.Joseph Myers2010-10-071-0/+4
| | | | From-SVN: r165095
* opts.h (struct cl_option): Add warn_message field.Joseph Myers2010-09-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * opts.h (struct cl_option): Add warn_message field. (struct cl_decoded_option): Add warn_message field. * doc/options.texi (Ignore, Warn): Document. * opt-functions.awk (needs_state_p): Don't consider aliases or ignored options to need state saved. * optc-gen.awk: Handle Warn and Ignore. * opth-gen.awk: Output OPT_SPECIAL_ignore. * opts-common.c (decode_cmdline_option): Set warn_message field. Handle ignored options. (decode_cmdline_options_to_array, generate_option, generate_option_input_file): Set warn_message field. (read_cmdline_option): Generate warnings from warn_message field. Handle ignored options. * common.opt (Wunreachable-code, fargument-alias, fargument-noalias, fargument-noalias-global, fargument-noalias-anything, fcse-skip-blocks, fforce-addr, floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee, fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop, ftree-salias): Mark Ignore. * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu, -mintel-syntax and -mno-intel-syntax here. * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases using Warn. * opts.c (common_handle_option): Don't handle options marked as ignored. (enable_warning_as_error): Handle ignored options. c-family: * c.opt (Wimport, fall-virtual, falt-external-templates, fdefault-inline, fenum-int-equiv, fexternal-templates, fguiding-decls, fhonor-std, fhuge-objects, flabels-ok, fname-mangling-version-, fnew-abi, fnonnull-objects, foptional-diags, fsquangle, fstrict-prototype, fthis-is-variable, fvtable-gc, fvtable-thunks, fxref): Mark with Ignore and Warn as applicable. (fhandle-exceptions): Mark with Alias and Warn. * c-opts.c (c_common_handle_option): Don't handle options marked as ignored. po: * exgettext: Handle {} in operand of MissingArgError. Handle Warn. From-SVN: r163771
* common.opt (o): Add MissingArgError.Joseph Myers2010-07-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * common.opt (o): Add MissingArgError. * doc/options.texi (MissingArgError): Document. * hooks.c (hook_bool_constcharptr_size_t_false): Remove. * hooks.h (hook_bool_constcharptr_size_t_false): Remove. * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove. (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer. * langhooks.h (struct lang_hooks): Remove missing_argument. * optc-gen.awk: Handle MissingArgError and output new structure field initializers. * opts.c (read_cmdline_option): Use missing_argument_error field instead of missing_argument langhook. * opts.h (struct cl_option): Add missing_argument_error field. * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison. c-family: * c-common.h (c_common_missing_argument): Remove. * c-opts.c (c_common_missing_argument): Remove. * c.opt (A, D, F, I, MD, MMD, MQ, MT, U, fconstant-string-class=, idirafter, imacros, include, isysroot, isystem, iquote): Add MissingArgError. * c-objc-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove. cp: * cp-objcp-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove. po: * exgettext: Also extract MissingArgError texts from .opt files. From-SVN: r162571
* re PR other/44034 (target hooks are hard to maintain)Joern Rennecke2010-06-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc: PR other/44034 * target.def, doc/tm.texi.in, genhooks.c: New files. * target.h: Instead of defining individual hook members, define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and include target.def. * target-def.h: Instead of defining individual hook initializers, include target-hooks-def.h. * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members: targetm.live_on_entry -> targetm.extra_live_on_entry targetm.sched.md_finish ->targetm.sched.finish targetm.sched.md_init -> targetm.sched.init targetm.sched.md_init_global -> targetm.sched.init_global targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label targetm.asm_out.except_table_label -> targetm.asm_out.emit_except_table_label targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility targetm.target_help -> targetm.help targetm.vectorize.builtin_support_vector_misalignment -> targetm.vectorize.support_vector_misalignment targetm.file_start_app_off -> targetm.asm_file_start_app_off targetm.file_start_file_directive -> targetm.asm_file_start_file_directive * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise. * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise. * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros: TARGET_VECTOR_ALIGNMENT_REACHABLE -> TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE TARGET_SUPPORT_VECTOR_MISALIGNMENT -> TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT * config/rs6000/rs6000.c, config/arm/arm.c: Likewise. * Makefile.in (TARGET_H): Depend on target.def. (TARGET_DEF_H): Depend on target-hooks-def.h. (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules. (s-tm-texi, build/genhooks.o, build/genhooks): Likewise. * doc/tm.texi: Regenerate. gcc/c-family: * c-common.c: Rename targetm member: targetm.enum_va_list -> targetm.enum_va_list_p gcc/po: * EXCLUDES: Add genhooks.c. Index: gcc/doc/tm.texi From-SVN: r161547