Port the -Wbounded extension from gcc3 to gcc4. Based on work started byjasper@.This omits the sizeof(pointer) tracking which is very difficult toimplement for gcc4 due to internal changes.Than
Port the -Wbounded extension from gcc3 to gcc4. Based on work started byjasper@.This omits the sizeof(pointer) tracking which is very difficult toimplement for gcc4 due to internal changes.Thanks to landry@ for running through a ports bulk build and bothlandry@ and jasper@ for fixing a few issues.ok deraadt millert jasper
show more ...
Replace mmap/default precompiled header support using a brk/sbrkimplementation since random mmap breaks the default approach.Note that gcc may not be compiled with PIE support or it willbreak this
Replace mmap/default precompiled header support using a brk/sbrkimplementation since random mmap breaks the default approach.Note that gcc may not be compiled with PIE support or it willbreak this implementation too.
Import a BSD make based infrastructure for building gcc, based on thesame solution from FreeBSD.Don't even try to build it at the moment. This is commited so people canwork on it in tree.