* lang.opt: Change -Wno-long-long to -Wlong-long since the latter
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Nov 2003 16:49:19 +0000 (16:49 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Nov 2003 16:49:19 +0000 (16:49 +0000)
is the canonical version.
* misc.c (gnat_handle_option): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73607 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0a8ba69..7f7414e 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 ec3e924..7ac89f9 100644 (file)
@@ -45,7 +45,7 @@ Wwrite-strings
 Ada
 ; Documented for C
 
-Wno-long-long
+Wlong-long
 Ada
 ; Documented for C
 
index c7510fc..cd9663c 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.  */