1. 07 Jun, 2005 36 commits
  2. 06 Jun, 2005 4 commits
    • linux-unwind.h (SH_DWARF_FRAME_XD0): Remove for SH5. · ae88d80c
      	* config/sh/linux-unwind.h (SH_DWARF_FRAME_XD0): Remove for SH5.
      	(SH_DWARF_FRAME_PR, SH_DWARF_FRAME_GBR, SH_DWARF_FRAME_MACL)
      	(SH_DWARF_FRAME_MACH, SH_DWARF_FRAME_PC, SH_DWARF_FRAME_FPUL):
      	Likewise.
      	(SH_DWARF_FRAME_FP0, SH_DWARF_FRAME_FPSCR): Define to the correct
      	dwarf register number for SHmedia.
      	(shmedia_fallback_frame_state): New.
      	(MD_FALLBACK_FRAME_STATE_FOR): Define to it for SH5.
      
      	* config/sh/linux.h (FUNCTION_PROFILER): Provide SHMEDIA version.
      
      From-SVN: r100681
      Kaz Kojima committed
    • configure.in (unsupported_languages): New macro. · 4fab7234
      	* configure.in (unsupported_languages): New macro.
      	<mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
      	non-ported target libraries in noconfigdirs.
      	<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
      	non-linux-gnu.  Remove libgcj_ex_libffi.
       	<lang_frag loop>: Set add_this_lang=no if the language is in
      	unsupported_languages.
      	* configure: Regenerate.
      
      From-SVN: r100680
      Hans-Peter Nilsson committed
    • libiberty.h (XOBFINISH): New. · 7973fd2a
      libiberty/
      2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
      
              * libiberty.h (XOBFINISH): New.
      
      gcc/
      2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
      
              * c-lex.c (lex_string): Use XOBFINISH.
              * collect2.c (extract_string, dump_file): Likewise.
              * dbxout.c (dbxout_finish_complex_stabs): Likewise.
              * gcc.c (init_spec, build_search_list, convert_filename,
              set_collect_gcc_options, do_spec_2, do_spec_1, main):
              * Likewise.
              * genpreds.c (write_predicate_subfunction): Likewise.
              * genflags.c (main): Likewise.
              * read-rtl.c (mode_attr_index, apply_macro_to_string,
              join_c_conditions, read_quoted_string, read_braced_string,
              read_rtx_1): Likewise.
              * stringpool.c (ggc_alloc_string): Likewise.
              * tlink.c (obstack_fgets, recompile_files): Likewise.
      
      From-SVN: r100678
      Gabriel Dos Reis committed
    • exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-format and c-format. · 4b794eaf
      gcc/po/
      	* exgettext: Handle gmsgid and cmsgid arguments specially,
      	as gcc-internal-format and c-format.  Because of xgettext
      	bug, invoke xgettext once with --language=c, once with
      	--language=GCC-source and then merge together.  Fail if
      	xgettext is not 0.14.5 or later.
      gcc/
      	* intl.h (G_): New macro.
      	* rtl-error.c (error_for_asm, warning_for_asm): Use gmsgid
      	instead of msgid for argument name.
      	* tree-ssa.c (warn_uninit): Likewise.
      	* c-parser.c (c_parser_error): Likewise.
      	* config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
      	* config/darwin-c.c (BAD): Likewise.
      	* config/c4x/c4x-c.c (BAD): Likewise.
      	* c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
      	* c-errors.c (pedwarn_c99, pedwarn_c90): Likewise.
      	* c-common.c (c_parse_error): Likewise.
      	* diagnostic.c (diagnostic_set_info, verbatim, inform, warning,
      	warning0, pedwarn, error, sorry, fatal_error, internal_error):
      	Likewise.
      	(fnotice): Use cmsgid instead of msgid for argument name.
      	* gcov.c (fnotice): Likewise.
      	* protoize.c (notice): Likewise.
      	* final.c (output_operand_lossage): Likewise.
      	* gcc.c (fatal, notice): Likewise.
      	(error): Use gmsgid instead of msgid for argument name.
      	* collect2.c (notice, fatal_perror, fatal): Use cmsgid instead
      	of msgid for argument name.
      	(error): Use gmsgid instead of msgid for argument name.
      	* c-decl.c (locate_old_decl, implicit_decl_warning): Use G_()
      	instead of N_().
      	* c-typeck.c (readonly_error, convert_for_assignment): Likewise.
      	* tree-inline.c (inline_forbidden_p_1): Likewise.
      	* ABOUT-GCC-NLS: Require gettext 0.14.5 or later.  Mention the new
      	conventions for marking translations.
      	* doc/install.texi: Mention gettext 0.14.5 or later requirement.
      gcc/cp/
      	* error.c (locate_error): Use gmsgid instead of msgid for argument
      	name.
      	(cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
      gcc/java/
      	* jv-scan.c (fatal_error, warning, warning0): Use gmsgid instead of
      	msgid for argument name.
      	* gjavah.c (error): Likewise.
      	* java-tree.h (parse_error_context): Likewise.
      	* parse.y (parse_error_context, parse_warning_context,
      	issue_warning_error_from_context): Likewise.
      
      From-SVN: r100676
      Jakub Jelinek committed