Deleted Added
full compact
121a122,131
> /* Identify the front-end which produced this file. To keep symbol
> space down, and not confuse kdb, only do this if the language is
> not C. (svr4.h defines ASM_IDENTIFY_GCC but neglects this) */
> #undef ASM_IDENTIFY_LANGUAGE
> #define ASM_IDENTIFY_LANGUAGE(STREAM) \
> { \
> if (strcmp (lang_identify (), "c") != 0) \
> output_lang_identify (STREAM); \
> }
>