mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
This patch improves one of the compile error messages by mentioning the language. Before - No compiler support for this language. After - No compiler support for language <language>. gdb/ChangeLog: 2015-08-26 Luis Machado <lgustavo@codesourcery.com> * compile/compile.c (compile_to_object): Mention language in error message.