Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cc_prep / patches / c-opts.c.patch
1 $DragonFly: src/gnu/usr.bin/cc34/cc_prep/patches/c-opts.c.patch,v 1.1 2004/12/21 13:10:48 joerg Exp $
2
3 ===================================================================
4 RCS file: /home/joerg/wd/repository/dragonflybsd/src/contrib/gcc-3.4/gcc/c-opts.c,v
5 retrieving revision 1.2
6 diff -u -r1.2 c-opts.c
7 --- c-opts.c    20 Dec 2004 19:23:23 -0000      1.2
8 +++ c-opts.c    20 Dec 2004 20:51:32 -0000
9 @@ -920,6 +920,10 @@
10      case OPT_fuse_cxa_atexit:
11        flag_use_cxa_atexit = value;
12        break;
13 +      
14 +    case OPT_fvisibility_inlines_hidden:
15 +      visibility_options.inlineshidden = value;
16 +      break;
17  
18      case OPT_fweak:
19        flag_weak = value;