summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Expand)Author
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
2013-02-08Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessaryMiod Vallat
2013-02-06gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchainMiod Vallat
2013-02-06Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double)Miod 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-01-30Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore theMiod Vallat
2013-01-28Use symbolic_address_p() instead of simply checking whether GET_CODE() isMiod Vallat
2013-01-27The removal of the wrapping of PIC symbol references in an UNSPEC vectorMiod Vallat
2013-01-24Fix unused local and missing initializer warnings.Miod Vallat
2013-01-24Get rid of a few warnings by pouring prototypes and punctuation.Miod Vallat
2013-01-23m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading theMiod Vallat
2013-01-20Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition toMiod Vallat
2013-01-15Simplify OBSD_LIB_SPEC a bit for gcc3/4.Brad Smith
2013-01-15Bring back symbol visibility support. This had been done, then backed out,Miod Vallat
2013-01-11Automagically define __PIC__ and __pic__ to 1 or 2, when building withMiod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2013-01-05Remove the -mno-underscores, -msvr3 and -msvr4 options. They suppose theMiod Vallat
2013-01-05Rename m88k_pound_sign to m88k_register_prefix (even though the prefix isMiod Vallat
2013-01-04Remove extern declarations redundant with "flags.h"Miod Vallat
2013-01-03The removal of sdata support also removed the only use of SYMBOL_REF_FLAGMiod Vallat
2013-01-02More dead features recycling: -mwarn-passed-struct doesn't do anything, andMiod Vallat
2013-01-02Help the DWARF code to handle our prologues correctly:Miod Vallat
2013-01-02Remove last boolean argumont of output_function_profiler(), it is always invokedMiod Vallat
2013-01-02Start removing obsolete features from the m88k backend (it's not like we'llMiod Vallat
2012-12-31Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well.Brad Smith
2012-12-30Stop including other files in m88k/openbsd.h; instead specific the complete listMiod Vallat
2012-12-25Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointerMiod Vallat
2012-12-25Define INCOMING_RETURN_ADDR_RTX and DWARF_FRAME_RETURN_COLUMN to allow forMiod Vallat
2012-12-12Previous commit introduced a bug; only return early from m88k_layout_frame()Miod Vallat