lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canonical...
authorAndreas Jaeger <aj@suse.de>
Fri, 14 Nov 2003 16:49:19 +0000 (17:49 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 14 Nov 2003 16:49:19 +0000 (17:49 +0100)
* lang.opt: Change -Wno-long-long to -Wlong-long since the latter
is the canonical version.
* misc.c (gnat_handle_option): Likewise.

From-SVN: r73607

gcc/ada/ChangeLog
gcc/ada/lang.opt
gcc/ada/misc.c

index 0a8ba69b69bec9617e6bfe846bbdd935ebeb66cc..7f7414ebb650d31a5cf6ba4d4058c25a2316fe67 100644 (file)
@@ -1,5 +1,9 @@
 2003-11-14  Andreas Jaeger  <aj@suse.de>
 
+       * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
+       is the canonical version. 
+       * misc.c (gnat_handle_option): Likewise.
+
        * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
 
        * 5nsystem.ads: New file for x86_64-linux-gnu.
index ec3e924ad7bff87568de3df6558f12810fa0c66b..7ac89f9642602ec40f23248791c5837a52a6254d 100644 (file)
@@ -45,7 +45,7 @@ Wwrite-strings
 Ada
 ; Documented for C
 
-Wno-long-long
+Wlong-long
 Ada
 ; Documented for C
 
index c7510fcc5c2736e07c2309770502de7bcef9ac3c..cd9663c73e470de85ca44cdd9eb47e3f861e7242 100644 (file)
@@ -259,7 +259,7 @@ gnat_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED)
     case OPT_Wmissing_prototypes:
     case OPT_Wstrict_prototypes:
     case OPT_Wwrite_strings:
-    case OPT_Wno_long_long:
+    case OPT_Wlong_long:
       break;
 
       /* This is handled by the front-end.  */