summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2013-01-09In the WANT_LDAP=yes case, always link libsasl2Matthieu Herrb
2013-01-07Teach as(1) how to handle mips symbolic register names.bcallah
2013-01-05Replace the list of platforms enabled (or not) to build the whole binutilsMiod 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
2013-01-02Oops, commited this by accident when adding the m88k ELF toolchain bits.Miod Vallat
2013-01-01m88k ELF toolchain, supporting static binaries only so far.Miod Vallat
2012-12-31Correctly disassemble {ld,st}.*.usr opcodes.Miod Vallat
2004-05-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2012-12-31Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux.Brad Smith
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-26Update to sendmail 8.14.6Todd C. Miller
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-20Bring stack smashing protector for MIPS; enabled by default.Martynas Venckus
2012-12-20Bring stack smashing protector for Alpha; enabled by default.Martynas Venckus
2012-12-17Make the SH register spill failure for R0 workaround work againMartynas Venckus
2012-12-12Previous commit introduced a bug; only return early from m88k_layout_frame()Miod Vallat
2012-12-10Fix c-bounded when arrays are declared without the size expression.Martynas Venckus
2012-12-10Fix unaligned memory loads on Alpha. GCC used to generate them inMartynas Venckus
2012-12-09Remove vax-specific configuration constructs.Miod Vallat
2012-12-08Work-in-progress gcc 3.3.6 configuration for OpenBSD/vax.Miod Vallat
2012-12-08Bring in a couple of bugfixes from old (Aug 2000), but more recent than thisMiod Vallat
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2012-12-02m88k_layout_frame(): return early if the frame computations have alreadyMiod Vallat
2012-12-01reload_cse_noop_set_p(): invoking rtx_equal_for_cselib_p() is not enough; ifMiod Vallat
2012-11-28merge conflictsMiod Vallat
2012-11-28gcc 3.3.6Miod Vallat
2012-11-21Disable the stack protector in OVERRIDE_OPTIONS for the time being. The stackMiod Vallat
2012-11-21Remove an md global which value is a duplicate of MI current_function_args_info.Miod Vallat
2012-11-21Turn OVERRIDE_OPTIONS into a function, will make it easier to extend on aMiod Vallat
2012-11-20Convert to new world order by defining TARGET_OS_CPP_BUILTINS instead ofMiod Vallat
2012-11-20Make the mips and powerpc optimizer bug workarounds permanent (i.e. applyMiod Vallat
2012-11-19Make sure to invoke end_sequence() before passing it to any emit_insn()Miod Vallat
2012-11-19move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in theMiod Vallat
2012-11-19Sprinkle TREE_SIDE_EFFECTS annotations around all the computations done inMiod Vallat
2012-11-17Revert the va_start() and va_arg() optimization for functions which have noMiod Vallat
2012-11-17In the expansion of __builtin_saveregs(), use double store instructions toMiod Vallat
2012-11-16In SETUP_INCOMING_VARARGS(), make sure to return in pretend_size the amountMiod Vallat
2012-11-16Rewrite the varags implementation again (third time's the charm), the upstreamMiod Vallat
2012-11-15Only allow the "return" insn construct (which simply yields a "jmp r1" line)Miod Vallat
2012-11-15Make this cross-compile friendly by defining ATTRIBUTE_UNUSED to an emptyMiod Vallat