diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /lang/gcc48/files/patch-fc | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'lang/gcc48/files/patch-fc')
-rw-r--r-- | lang/gcc48/files/patch-fc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/gcc48/files/patch-fc b/lang/gcc48/files/patch-fc deleted file mode 100644 index a3f44c5e158b..000000000000 --- a/lang/gcc48/files/patch-fc +++ /dev/null @@ -1,21 +0,0 @@ ---- gcc/toplev.c.orig Mon Mar 22 15:23:26 1999 -+++ gcc/toplev.c Tue Mar 30 13:13:44 1999 -@@ -754,6 +754,9 @@ - - int flag_no_ident = 0; - -+/* Nonzero means that -Wformat accepts certain system-dependent formats. */ -+int flag_format_extensions = 0; -+ - /* Table of supported debugging formats. */ - static struct - { -@@ -954,6 +957,8 @@ - "Generate code to check every memory access" }, - {"prefix-function-name", &flag_prefix_function_name, 1, - "Add a prefix to all function names" }, -+ {"format-extensions", &flag_format_extensions, 1, -+ "-Wformat accepts certain FreeBSD system-dependent formats" }, - {"dump-unnumbered", &flag_dump_unnumbered, 1, - "Suppress output of instruction numbers and line number notes in debugging dumps"}, - {"instrument-functions", &flag_instrument_function_entry_exit, 1, |