patches/gcc/3.3/sh4-no-fix-protos.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 17 16:22:51 2007 +0000 (2007-05-17)
changeset 96 aa1a9fbd6eb8
permissions -rw-r--r--
Debug facilities:
- add a framework to easily add new ones
- add gdb as a first debug facility
- add patches for gdb
After the kernel checked its installed headers, clean up the mess of .checked.* files.
Reorder scripts/crosstool.sh:
- dump the configuration early
- renice early
- get info about build system early, when setting up the environment
- when in cross or native, the host tools are those of the build system, and only in this case
- elapsed time calculations moved to scripts/functions
Remove handling of the color: it's gone once and for all.
Update tools/addToolVersion.sh:
- handle debug facilities
- commonalise some code
- remove dead tools (cygwin, tcc)
Point to my address for bug reports.
     1 See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10331
     2 and http://gcc.gnu.org/ml/gcc-patches/2003-06/msg00423.html
     3 
     4 --- gcc-3.3/gcc/config/sh/t-linux.old	Wed Jun  4 13:01:39 2003
     5 +++ gcc-3.3/gcc/config/sh/t-linux	Wed Jun  4 13:02:12 2003
     6 @@ -1,3 +1,6 @@
     7 +# Don't run fixproto
     8 +STMP_FIXPROTO =
     9 +
    10  TARGET_LIBGCC2_CFLAGS = -fpic
    11  LIB1ASMFUNCS_CACHE = _ic_invalidate
    12