瀏覽代碼

+ new warning for assembler that does not support debug information

git-svn-id: trunk@6194 -
pierre 18 年之前
父節點
當前提交
b172694e82
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      compiler/msg/errore.msg

+ 4 - 1
compiler/msg/errore.msg

@@ -2258,7 +2258,7 @@ unit_u_skipping_reresolving_unit=10059_U_Skipping re-resolving unit $1, still lo
 #
 #  Options
 #
-# 11039 is the last used one
+# 11041 is the last used one
 #
 option_usage=11000_O_$1 [options] <inputfile> [options]
 # BeginOfTeX
@@ -2329,6 +2329,9 @@ option_asm_forced=11022_W_"$1" assembler use forced
 % The assembler output selected can not generate
 % object files with the correct format. Therefore, the
 % default assembler for this target is used instead.
+option_confict_asm_debug=11041_W_Assembler output selected "$1" cannot generate debug info, debugging disabled
+% The assembler output selected can not generate
+% debugging information, debugging option is therefore disabled.
 option_using_file=11026_T_Reading options from file $1
 % Options are also read from this file
 option_using_env=11027_T_Reading options from environment $1