summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Expand)Author
2017-10-29Unify protoize.1 install process on gcc3 arch (luna88k).Kenji Aoyama
2017-08-16have -Wno-* work the same on gcc3 as well.Marc Espie
2017-07-28Implement -Oz as an alias for -Os here as well.Mark Kettenis
2017-07-11protoize.1 isn't generated, so don't list it as a target, because itMarc Espie
2017-07-04complete "nodepend" in sourceMarc Espie
2017-06-12destroy lint remnants.Marc Espie
2017-01-24Prevent too much reordering in the instruction prologue, in order to fulfillMiod Vallat
1999-05-26So long, and thanks for all the bugs.Marc Espie
1998-03-08update to gcc 2.8.1Todd C. Miller
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1996-08-15Merge of GCC 2.7.2.1Niklas Hallqvist
1995-12-20FSF GCC version 2.7.2Niklas Hallqvist
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-08Revert 1.2 and 1.3 in order to go back to the default upstream behaviourMiod Vallat
2014-11-10Disable -fgcse on vax at -O2, for it exposes code generation bugs (which mightMiod Vallat
2014-11-10Make flag_gcse non-static.Miod Vallat
2014-10-12Recognize, and ignore, -fstack-shuffle, in gcc 3, so that it may be used inMiod Vallat
2014-07-21printf(9) and friends don't support the <number>$ flags, so gcc'sPhilip Guenther
2014-07-10Backport support for -Wframe-larger-than=N to base GCCMatthew Dempsky
2014-05-27Enable strong stack protector by default for GCC 3 architectures.Martynas Venckus
2014-05-08Recognize `t' as a valid format modifier for kprintf-style format strings.Miod Vallat
2014-05-07Match search_string_def() prototype change, forgotten in previous protector.[ch]Miod Vallat
2014-05-06Remove the ``addressable'' argument to search_string_def(). Turned out to beMiod Vallat
2014-04-12Bring back the fix in r1.16 of the gcc 2.95 version of protector.c - the codeMiod Vallat
2014-01-24Catch SIGPIPE to clean up temp filesPhilip Guenther
2014-01-20Add strong stack protector mode for the original propolice in GCC3.Martynas Venckus
2014-01-18Fix the NAME section:Ingo Schwarze
2014-01-14Add wcstring attribute support for Wbounded. To be used for wchar.hMartynas Venckus
2014-01-13Enable Wbounded by default. Passing bound bigger than the bufferMartynas Venckus
2013-12-03Backport from gcc4 (mostly): make collect2 preserve ld's stdout andPhilip Guenther
2013-09-05gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -WextraMiod Vallat
2013-09-05Explicitely define USE_GAS for OpenBSD targets; the configure machinery inMiod Vallat
2013-08-07don't warn on missing newline at eofJonathan Gray
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2013-08-06One major difference between gcc 2.95 and gcc 3, is that the latter comesMiod Vallat
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2013-07-11ELF configuration for gcc3 on vax.Miod Vallat
2013-07-04Add support for the GCC binary integer constants extension.Jonathan Gray
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2013-06-04classify_integer(): test whether the value can be built using the `set'Miod Vallat
2013-06-04Add "length" attribute to "weird" class instructions of small length: userMiod Vallat
2013-05-08In block_move_sequence(), use emit_move_insn() instead of rolling our ownMiod Vallat
2013-05-08Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler.Miod Vallat
2013-04-20Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC.Miod Vallat
2013-04-20remove dead code in print_operand()Miod Vallat
2013-04-18Use __guard_local as the stack protector canary symbol, as already done inMiod Vallat
2013-04-11Do not abuse -finhibit-size-directive to control tight code alignment:Miod Vallat
2013-02-12Reenable the stack protector code, the last varargs change fixed the issue.Miod Vallat
2013-02-08Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The newMiod Vallat