GCC47: Add local modifications
authorJohn Marino <draco@marino.st>
Sat, 29 Sep 2012 19:58:02 +0000 (21:58 +0200)
committerJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 10:43:52 +0000 (12:43 +0200)
commitfdc4107c31de968b553167c368749e613eb5a448
treed10014e0a97edce0d0af4dd58f42cc2662ede4ff
parentffe71a8cdd90c4c4fdca88b490bf7a699d1d307f
GCC47: Add local modifications

The majority of these changes are new files required to build GCC on
DragonFly.  They are identical to the lang/gcc-aux modifications.  Of
interest:

1) The modification to c-format.c is a carry-over from GCC44. It
   maintains support for the DragonFly-specific %b and %D conversions.
2) The modification to tree-inline.c is a carry-over from GCC44. It
   maintains the suppression of "unlikely call" inline warnings.
3) The gcc driver was modified to strip out all the bad paths in its
   search path.  gcc -print-search-dirs is now short and accurate.
18 files changed:
contrib/gcc-4.7/gcc/c-family/c-format.c
contrib/gcc-4.7/gcc/config/dragonfly-stdint.h [new file with mode: 0644]
contrib/gcc-4.7/gcc/config/dragonfly.h [new file with mode: 0644]
contrib/gcc-4.7/gcc/config/i386/dragonfly.h [new file with mode: 0644]
contrib/gcc-4.7/gcc/gcc.c
contrib/gcc-4.7/gcc/ginclude/stddef.h
contrib/gcc-4.7/gcc/tree-inline.c
contrib/gcc-4.7/include/libiberty.h
contrib/gcc-4.7/libgcc/config/i386/dragonfly-unwind.h [new file with mode: 0644]
contrib/gcc-4.7/libgcc/crtstuff.c
contrib/gcc-4.7/libgcc/enable-execute-stack-freebsd.c [new file with mode: 0644]
contrib/gcc-4.7/libgcc/unwind-dw2-fde-dip.c
contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/c_locale.cc [new file with mode: 0644]
contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/ctype_members.cc [new file with mode: 0644]
contrib/gcc-4.7/libstdc++-v3/config/os/bsd/dragonfly/ctype_base.h [new file with mode: 0644]
contrib/gcc-4.7/libstdc++-v3/config/os/bsd/dragonfly/ctype_configure_char.cc [new file with mode: 0644]
contrib/gcc-4.7/libstdc++-v3/config/os/bsd/dragonfly/ctype_inline.h [new file with mode: 0644]
contrib/gcc-4.7/libstdc++-v3/config/os/bsd/dragonfly/os_defines.h [new file with mode: 0644]