diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-02-13 22:17:35 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-02-13 22:17:35 +0000 |
commit | d6f25a594b9667b04f9a4f96719cab6921d8b1d1 (patch) | |
tree | 8d2c0fe047c88499c4d845e4c41284a2797b45ad /compiler/msg/errore.msg | |
parent | 5a594745a9741e1e66eddb630eb3c780d1c192a6 (diff) | |
download | fpc-d6f25a594b9667b04f9a4f96719cab6921d8b1d1.tar.gz |
+ throw an error if hardware floating point operations are used in thumb(-1) mode, this is not supported
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48672 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg/errore.msg')
-rw-r--r-- | compiler/msg/errore.msg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg index 1f0ceac0ed..59316fdb9c 100644 --- a/compiler/msg/errore.msg +++ b/compiler/msg/errore.msg @@ -3426,7 +3426,7 @@ unit_u_ppu_llvm_mismatch=10067_U_Skipping unit, PPU and compiler have to be both # # Options # -# 11062 is the last used one +# 11063 is the last used one # option_usage=11000_O_$1 [options] <inputfile> [options] # BeginOfTeX @@ -3583,6 +3583,8 @@ option_features_only_for_system_unit=11060_E_Feature switches are only supported % system unit through the ppu of the system unit. option_debug_info_requires_external_linker=11061_N_The selected debug format is not supported by the internal linker, switching to external linking option_valgrind_heaptrc_mismatch=11062_E_You can not use both options ($1) ($2) at same time. +option_unsupported_fpu=11063_F_The selected FPU type "$1" is not supported by the selected instruction set "$2" +% Not all instruction sets support all FPU types. For example on ARM, Thumb(-1) supports no FPU/VFP instruction set %\end{description} # EndOfTeX |