regenerate_messages
authorCarlos Laviola <claviola@debian.org>
Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)
committerPaul Gevers <elbrus@debian.org>
Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)
This patch update compiler messages after adding armhf architecture support.

Gbp-Pq: Name regenerate_messages.diff

fpcsrc/compiler/msgidx.inc
fpcsrc/compiler/msgtxt.inc

index 4537489ede91a43f9fbb442a92740f55874f83c4..d30b9455b02c96cac9a62bde4e825a57efa23a59 100644 (file)
@@ -877,6 +877,7 @@ const
   option_debug_external_unsupported=11048;
   option_invalid_macosx_deployment_target=11049;
   option_invalid_iphoneos_deployment_target=11050;
+  option_illegal_fpu_eabihf=11051;
   wpo_cant_find_file=12000;
   wpo_begin_processing=12001;
   wpo_end_processing=12002;
@@ -901,9 +902,9 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 61832;
+  MsgTxtSize = 61926;
 
   MsgIdxMax : array[1..20] of longint=(
     24,90,314,103,85,54,111,23,202,63,
-    51,20,1,1,1,1,1,1,1,1
+    52,20,1,1,1,1,1,1,1,1
   );
index a4ef8a47f539e8469a7613d52283b41766f1f3c4..aa14b598e222de0e0eac30685f7f7df5d4849161 100644 (file)
@@ -1,7 +1,7 @@
 {$ifdef Delphi}
-const msgtxt : array[0..000257] of string[240]=(
+const msgtxt : array[0..000258] of string[240]=(
 {$else Delphi}
-const msgtxt : array[0..000257,1..240] of char=(
+const msgtxt : array[0..000258,1..240] of char=(
 {$endif Delphi}
   '01000_T_Compiler: $1'#000+
   '01001_D_Compiler OS: $1'#000+
@@ -1034,6 +1034,8 @@ const msgtxt : array[0..000257,1..240] of char=(
   'e: $1'#000+
   '11050_E_Invalid value for IPHONEOS_DEPLOYMENT_TARGET environment varia'+
   'ble: $1'#000+
+  '11051_E_You must use a FPU type of VFPV2, VFPV3 or VFPV3_D','16 when us'+
+  'ing the EABIHF ABI target'#000+
   '12000_F_Cannot open whole program optimization feedback fi','le "$1"'#000+
   '12001_D_Processing whole program optimization information in wpo feedb'+
   'ack file "$1"'#000+