mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
Fix a grammatical error in warning asmr_w_global_access_without_got
git-svn-id: trunk@29238 -
This commit is contained in:
parent
e26d106b5b
commit
e614914016
@ -2675,7 +2675,7 @@ asmr_e_wrong_gotpcrel_intel_syntax=07117_E_GOTPCREL references in Intel assemble
|
||||
asmr_e_no_gotpcrel_support=07118_E_The current target does not support GOTPCREL relocations
|
||||
% Not all targets support position-independent code using a global offset table.
|
||||
% Use a different way to access symbols in a position-indepent way in these cases.
|
||||
asmr_w_global_access_without_got=07119_W_Exported/global symbols should accessed via the GOT
|
||||
asmr_w_global_access_without_got=07119_W_Exported/global symbols should be accessed via the GOT
|
||||
% Global symbols (symbols from the unit interface, or defined in a program
|
||||
% or library) should be accessed via the GOT when generating position-indepent code.
|
||||
asmr_w_check_mem_operand_size=07120_W_Check size of memory operand "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user