summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc
AgeCommit message (Expand)Author
2003-02-16place ro data into .rodata and not .text (now that it's handled special. 10x ...Michael Shalayeff
2003-02-16a few missing man pages converted from info documents; work done by jmcTheo de Raadt
2003-02-16typoTheo de Raadt
2003-02-15use real registers to propagete frame offset for powerpc.Hiroaki Etoh
2003-02-03disable a stack protection when the arch doesn't have stack_grows_downward.Hiroaki Etoh
2003-02-03add contains_fp declaration to examine whether the input contains frame point...Hiroaki Etoh
2003-02-03prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...Hiroaki Etoh
2003-02-03modify general_induction_var not to generate the address of frame pointer plu...Hiroaki Etoh
2003-02-03delete unused "protector.h" inclusion.Hiroaki Etoh
2003-02-03modify assign_stack_local to move the addressing of frame pointer plus zero t...Hiroaki Etoh
2003-02-03modify expand_expr not to modify the addressing form of local variables: fram...Hiroaki Etoh
2003-02-03modify plus_constant_wide to provide the address of frame pointer plus zero c...Hiroaki Etoh
2003-02-03modify simplify_plus_minus not to assign the address of frame pointer plus no...Hiroaki Etoh
2003-02-03allocate a space (keep=5) to return a structure, not protecting it as a chara...Hiroaki Etoh
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-01-18protoize(1) man page, cobbled from various places by jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2003-01-12Revert last change, causes issues on macppc and alpha.Miod Vallat
2003-01-07attribute(sentinel) improvements:Marc Espie
2003-01-07prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...Hiroaki Etoh
2002-12-25set variables of inline function with DECL_INLINEHiroaki Etoh
2002-12-25In order to determine an inlinable function, pass the condition to prepare_st...Hiroaki Etoh
2002-12-25search_string_def is declared as public.Hiroaki Etoh
2002-12-25arrange_var_order: not to weep the string of inlined function.Hiroaki Etoh
2002-12-25assign_stack_temp_for_type: fix to find an already-allocated temporal string ...Hiroaki Etoh
2002-12-09fix the problem of bison generated codes on alphaHiroaki Etoh
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-03Talk about -fno-stack-protector and -Wstack-protector options; miod@ andFederico G. Schwindt
2002-12-02mention propolice in version string. idea from margarida; ok millert espiePeter Valchev
2002-12-02spellingTheo de Raadt
2002-12-02Document the lovely propolice changes.Miod Vallat
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-24wrong word. Thx theoMarc Espie
2002-11-24Some documentation for local gcc changes.Marc Espie
2002-11-22specs for -lnpthread.Marco S Hyman
2002-11-10produce proper canonical version name, support static constructors, enable ex...Michael Shalayeff
2002-10-04powerpc support for stack trampoline mprotect.Dale Rahn
2002-09-23Activate exec-stack.h on m68k. This is not really necessary on this arch,Miod Vallat
2002-09-23Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier.Miod Vallat
2002-09-19build sparc64 like sparc is built. includes config/xm-openbsd.hDale Rahn
2002-09-18Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.Marc Espie
2002-09-16__syslog__ format attribute: same as printf, except for -pedantic, as %m isMarc Espie
2002-08-11Switch sparc to ELF.Artur Grabowski
2002-05-30__attribute__((sentinel))Marc Espie
2002-05-30move build/host/target fragment to a separate file.Marc Espie
2002-05-30separate main.c into a separate libfrtbegin.a.Marc Espie
2002-05-28Fix *.texinfo warnings in gnu/.Mike Pechkin
2002-03-26Change the memory model from some home-grown thing that looks to have beenArtur Grabowski
2002-03-21predefine __sparc_v9__ on sparc64; ok art, espiePeter Valchev
2002-03-19tweak gcc inliner. More weight for leaf functions. Less depth for otherMarc Espie