lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canonical version.

* 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
This commit is contained in:
Andreas Jaeger 2003-11-14 17:49:19 +01:00 committed by Andreas Jaeger
parent c004039774
commit a477ab8320
3 changed files with 6 additions and 2 deletions

View 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.

View File

@ -45,7 +45,7 @@ Wwrite-strings
Ada
; Documented for C
Wno-long-long
Wlong-long
Ada
; Documented for C

View 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. */