diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-08 10:41:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-08 10:41:57 +0000 |
commit | 1066fc65e8389da59bfdf4d0cc22f852f9c2bd4d (patch) | |
tree | a99e1bac4665b4a9703ee3a41376595f6f66e9ef /lang/pgcc/files/patch-fb | |
parent | Add xpm by popular demand. libXpm is quite frequently used by glibc2 based X (diff) |
Upgrade to version 2.95.1.
Notes
Notes:
svn path=/head/; revision=21397
Diffstat (limited to 'lang/pgcc/files/patch-fb')
-rw-r--r-- | lang/pgcc/files/patch-fb | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lang/pgcc/files/patch-fb b/lang/pgcc/files/patch-fb index b86da95cfa90..dae6d331898c 100644 --- a/lang/pgcc/files/patch-fb +++ b/lang/pgcc/files/patch-fb @@ -1,12 +1,13 @@ ---- gcc/flags.h.orig Sat Feb 27 10:33:03 1999 -+++ gcc/flags.h Tue Mar 30 03:36:49 1999 -@@ -449,6 +449,9 @@ +--- gcc/flags.h.orig Sun Jan 31 09:46:18 1999 ++++ gcc/flags.h Tue Mar 30 13:17:11 1999 +@@ -137,6 +137,10 @@ + + extern int warn_aggregate_return; - /* Do the full regmove optimization pass. */ - extern int flag_regmove; -+ +/* Nonzero means that -Wformat accepts certain non-ANSI formats. */ ++ +extern int flag_format_extensions; - - /* Other basic status info about current function. */ ++ + /* Nonzero if generating code to do profiling. */ + extern int profile_flag; |