]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fixes reported build failure.
authorDouglas B Rupp <rupp@gnat.com>
Sat, 8 Mar 2014 20:57:29 +0000 (20:57 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Sat, 8 Mar 2014 20:57:29 +0000 (20:57 +0000)
Tested by cross compiler target ia64-hp-openvms

* config/vms/vms.opt (vms_float_format): New variable.

From-SVN: r208433

gcc/ChangeLog
gcc/config/vms/vms.opt

index 6e5aa9d4fc3dbc17f74978816088f1e6579bddd8..b2ad2068b17c06dab3ad196d8fb84f3fed19deb7 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-08  Douglas B Rupp  <rupp@gnat.com>
+
+       * config/vms/vms.opt (vms_float_format): New variable.
+
 2014-03-08  Tobias Burnus  <burnus@net-b.de>
 
        * doc/invoke.texi (-fcilkplus): Update implementation
index a77d024bb07de2876bd848f91b9a5ec82ed02add..7b6167d4ac38c0940f95ef2383fc3afc85024cdc 100644 (file)
@@ -56,4 +56,8 @@ Enum(vms_pointer_size) String(64) Value(VMS_POINTER_SIZE_64)
 EnumValue
 Enum(vms_pointer_size) String(long) Value(VMS_POINTER_SIZE_64)
 
+; The float representation format in effect for Ada
+Variable
+char vms_float_format = 'I'
+
 ; This comment is to ensure we retain the blank line above.