summaryrefslogtreecommitdiff
path: root/lang/pgcc/files/patch-fc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pgcc/files/patch-fc')
-rw-r--r--lang/pgcc/files/patch-fc19
1 files changed, 9 insertions, 10 deletions
diff --git a/lang/pgcc/files/patch-fc b/lang/pgcc/files/patch-fc
index 456579bf4366..a3f44c5e158b 100644
--- a/lang/pgcc/files/patch-fc
+++ b/lang/pgcc/files/patch-fc
@@ -1,22 +1,21 @@
---- gcc/toplev.c.orig Wed May 12 17:57:09 1999
-+++ gcc/toplev.c Wed May 12 17:58:25 1999
-@@ -764,6 +764,10 @@
+--- 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 @@
- extern int flag_dump_unnumbered;
+ 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
-@@ -951,6 +955,8 @@
+ {
+@@ -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},
- /* intel1 */
- {"compare-elim", &flag_compare_elim, 1},
+ {"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,