Age | Commit message (Expand) | Author |
2013-02-19 | Remove m68k optimizer workaround. | Brad Smith |
2013-02-13 | Add support for .loc directive options basic_block, prologue_end, and epilogu... | Brad Smith |
2000-09-12 | Import binutils-2.10 | Marc Espie |
2013-02-12 | Reenable the stack protector code, the last varargs change fixed the issue. | Miod Vallat |
2013-02-09 | Add CFI support for MIPS. | Brad Smith |
2013-02-09 | Port attribute (__used__) from gcc 3+ to gcc 2.95. | Miod Vallat |
2013-02-08 | Fix for CVE-2012-6329; from perl git via Sebastian Trahm | Todd C. Miller |
2013-02-08 | Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The new | Miod Vallat |
2013-02-08 | Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessary | Miod Vallat |
2013-02-06 | Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcane | Miod Vallat |
2013-02-06 | gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchain | Miod Vallat |
2013-02-06 | Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double) | Miod Vallat |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2013-02-05 | Disable PIE-by-default if -static (or one of its aliases) is passed on the | Mark Kettenis |
2013-02-03 | Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations. | Mark Kettenis |
2013-02-03 | Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64 | Mark Kettenis |
2013-02-03 | Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 and | Mark Kettenis |
2013-02-02 | The a.out rtld is no longer used. | Miod Vallat |
2013-02-02 | Compile stdexcepti.cc with -O0 on m68k when compiling it -fPIC to avoid an ICE | Miod Vallat |
2013-02-02 | ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on | Miod Vallat |
2013-01-31 | Enable shared libraries on m88k platforms. | Miod Vallat |
2013-01-30 | Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore the | Miod Vallat |
2013-01-30 | Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep the | Miod Vallat |
2013-01-28 | Correctly compute the relocation value of GOT_16[HL] relocations when they can | Miod Vallat |
2013-01-28 | Use symbolic_address_p() instead of simply checking whether GET_CODE() is | Miod Vallat |
2013-01-27 | The removal of the wrapping of PIC symbol references in an UNSPEC vector | Miod Vallat |
2013-01-24 | Fix unused local and missing initializer warnings. | Miod Vallat |
2013-01-24 | Get rid of a few warnings by pouring prototypes and punctuation. | Miod Vallat |
2013-01-23 | m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the | Miod Vallat |
2013-01-20 | Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition to | Miod Vallat |
2013-01-20 | Generate linker scripts for shared libraries. Force padding sections around | Miod Vallat |
2013-01-20 | Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowed | Miod Vallat |
2013-01-20 | Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel | Miod Vallat |
2013-01-20 | Backport two fixes for amd64 from binutils 2.16. | Brad Smith |
2013-01-15 | Simplify OBSD_LIB_SPEC a bit for gcc3/4. | Brad Smith |
2013-01-15 | Bring back symbol visibility support. This had been done, then backed out, | Miod Vallat |
2013-01-15 | When configured for ELF object format output, recognize #abdiff, #got_rel and | Miod Vallat |
2013-01-13 | Change an instance of submit.cf that should now be openbsd-submit.cf. | Todd C. Miller |
2013-01-11 | Automagically define __PIC__ and __pic__ to 1 or 2, when building with | Miod Vallat |
2013-01-09 | In the WANT_LDAP=yes case, always link libsasl2 | Matthieu Herrb |
2013-01-07 | Teach as(1) how to handle mips symbolic register names. | bcallah |
2013-01-05 | Replace the list of platforms enabled (or not) to build the whole binutils | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-05 | Remove the -mno-underscores, -msvr3 and -msvr4 options. They suppose the | Miod Vallat |
2013-01-05 | Rename m88k_pound_sign to m88k_register_prefix (even though the prefix is | Miod Vallat |
2013-01-04 | Remove extern declarations redundant with "flags.h" | Miod Vallat |
2013-01-03 | The removal of sdata support also removed the only use of SYMBOL_REF_FLAG | Miod Vallat |
2013-01-02 | More dead features recycling: -mwarn-passed-struct doesn't do anything, and | Miod Vallat |
2013-01-02 | Help the DWARF code to handle our prologues correctly: | Miod Vallat |