History log of /openbsd/gnu/usr.bin/gcc/gcc/function.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 34a73b73 07-May-2014 miod <miod@openbsd.org>

Match search_string_def() prototype change, forgotten in previous protector.[ch]
commit.


# 1adc4e47 20-Jan-2014 martynas <martynas@openbsd.org>

Add strong stack protector mode for the original propolice in GCC3.
This includes additional functions to be protected --- those that
have local array definitions, or have references to local frame
a

Add strong stack protector mode for the original propolice in GCC3.
This includes additional functions to be protected --- those that
have local array definitions, or have references to local frame
addresses.

Miod verified that this works on real hardware, and not just on the
cross-compiled monster I tested this on.

show more ...


# e97b50d0 28-Nov-2012 miod <miod@openbsd.org>

merge conflicts


# 06dc6460 25-Dec-2004 espie <espie@openbsd.org>

solve remaining conflicts


# 5982dd4a 22-Jan-2004 etoh <etoh@openbsd.org>

initial release of propolice gcc 3.3.2


# c87b03e5 29-Nov-2003 espie <espie@openbsd.org>

Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.