mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-01 20:21:12 +08:00
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:
parent
c004039774
commit
a477ab8320
@ -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.
|
||||
|
@ -45,7 +45,7 @@ Wwrite-strings
|
||||
Ada
|
||||
; Documented for C
|
||||
|
||||
Wno-long-long
|
||||
Wlong-long
|
||||
Ada
|
||||
; Documented for C
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user