This patch renames SYMBOL_INIT_LANGUAGE_SPECIFIC to SYMBOL_SET_LANGUAGE and symbol_init_language_specific to symbol_set_language, and uses them everywhere the language of a symbol is set. Usually through SYMBOL_LANGUAGE (sym) = language This was tested by running the test suit on F13 with gcc 4.4.4 on x8664 no regressions. Let me know what you think. Sami