Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cc_prep / patches / common.opt.patch
1 $DragonFly: src/gnu/usr.bin/cc34/cc_prep/patches/common.opt.patch,v 1.3 2004/12/21 13:10:48 joerg Exp $
2
3 ===================================================================
4 RCS file: /home/joerg/wd/repository/dragonflybsd/src/contrib/gcc-3.4/gcc/common.opt,v
5 retrieving revision 1.2
6 diff -u -r1.2 common.opt
7 --- common.opt  20 Dec 2004 19:23:23 -0000      1.2
8 +++ common.opt  20 Dec 2004 20:49:29 -0000
9 @@ -152,6 +152,10 @@
10  Common
11  Warn when a variable is unused
12  
13 +Wstack-protector
14 +Common
15 +Warn when not issuing stack smashing protection for some reason
16 +
17  aux-info
18  Common Separate
19  -aux-info <file>       Emit declaration information into <file>
20 @@ -718,6 +722,11 @@
21  Common
22  Add extra commentary to assembler output
23  
24 +fvisibility=
25 +Common Joined RejectNegative
26 +-fvisibility=[default|internal|hidden|protected]       Set the default symbol visibility
27 +
28 +
29  fvpt
30  Common
31  Use expression value profiles in optimizations
32 @@ -738,6 +747,14 @@
33  Common
34  Put zero initialized data in the bss section
35  
36 +fstack-protector
37 +Common
38 +Enables stack protection
39 +
40 +fstack-protector-all
41 +Common
42 +Enables stack protection of every function
43 +
44  g
45  Common JoinedOrMissing
46  Generate debug information in default format