mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 16:12:42 +01:00
Add new option_switch_bin_to_src_assembler_cross_endian message
This commit is contained in:
parent
b054febbc8
commit
19a3e69f03
@ -3497,7 +3497,7 @@ unit_u_ppu_wasm_threads_mismatch=10070_U_PPU and program must both be compiled w
|
||||
#
|
||||
# Options
|
||||
#
|
||||
# 11067 is the last used one
|
||||
# 11068 is the last used one
|
||||
#
|
||||
# BeginOfTeX
|
||||
%
|
||||
@ -3563,6 +3563,9 @@ option_obsolete_switch_use_new=11019_W_You are using the obsolete switch $1, ple
|
||||
option_switch_bin_to_src_assembler=11020_N_Switching assembler to default source writing assembler
|
||||
% This notifies you that the assembler has been changed because you used the
|
||||
% -a switch, which cannot be used with a binary assembler writer.
|
||||
option_switch_bin_to_src_assembler_cross_endian=11068_N_Switching assembler to default source writing assembler in cross-endian configuration
|
||||
% This notifies you that the assembler has been changed because
|
||||
% the binary assembler writer is not yet ready for cross-endian configuration.
|
||||
option_incompatible_asm=11021_W_Assembler output selected "$1" is not compatible with "$2"
|
||||
option_asm_forced=11022_W_"$1" assembler use forced
|
||||
% The assembler output selected cannot generate
|
||||
|
||||
@ -1076,6 +1076,7 @@ const
|
||||
option_obsolete_switch=11018;
|
||||
option_obsolete_switch_use_new=11019;
|
||||
option_switch_bin_to_src_assembler=11020;
|
||||
option_switch_bin_to_src_assembler_cross_endian=11068;
|
||||
option_incompatible_asm=11021;
|
||||
option_asm_forced=11022;
|
||||
option_using_file=11026;
|
||||
@ -1171,9 +1172,9 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 92296;
|
||||
MsgTxtSize = 92390;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
29,109,371,134,102,63,148,38,224,71,
|
||||
68,20,30,1,1,1,1,1,1,1
|
||||
69,20,30,1,1,1,1,1,1,1
|
||||
);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user