| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-03 | Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 and |  kettenis | 1 | -8/+7 |
| 2013-02-02 | The a.out rtld is no longer used. |  miod | 6 | -2457/+2 |
| 2013-02-02 | Compile stdexcepti.cc with -O0 on m68k when compiling it -fPIC to avoid an ICE |  miod | 1 | -1/+7 |
| 2013-02-02 | ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on |  miod | 13 | -15/+649 |
| 2013-01-31 | Enable shared libraries on m88k platforms. |  miod | 2 | -2/+3 |
| 2013-01-30 | Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore the |  miod | 2 | -17/+43 |
| 2013-01-30 | Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep the |  miod | 1 | -1/+1 |
| 2013-01-28 | Correctly compute the relocation value of GOT_16[HL] relocations when they can |  miod | 1 | -29/+27 |
| 2013-01-28 | Use symbolic_address_p() instead of simply checking whether GET_CODE() is |  miod | 1 | -4/+2 |
| 2013-01-27 | The removal of the wrapping of PIC symbol references in an UNSPEC vector |  miod | 2 | -28/+7 |
| 2013-01-24 | Fix unused local and missing initializer warnings. |  miod | 2 | -22/+36 |
| 2013-01-24 | Get rid of a few warnings by pouring prototypes and punctuation. |  miod | 4 | -11/+15 |
| 2013-01-23 | m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the |  miod | 1 | -12/+17 |
| 2013-01-20 | Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition to |  miod | 3 | -7/+22 |
| 2013-01-20 | Generate linker scripts for shared libraries. Force padding sections around |  miod | 1 | -1/+3 |
| 2013-01-20 | Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowed |  miod | 1 | -58/+1652 |
| 2013-01-20 | Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel |  miod | 2 | -0/+19 |
| 2013-01-20 | Backport two fixes for amd64 from binutils 2.16. |  brad | 1 | -73/+60 |
| 2013-01-15 | Simplify OBSD_LIB_SPEC a bit for gcc3/4. |  brad | 2 | -2/+2 |
| 2013-01-15 | Bring back symbol visibility support. This had been done, then backed out, |  miod | 2 | -0/+4 |
| 2013-01-15 | When configured for ELF object format output, recognize #abdiff, #got_rel and |  miod | 2 | -25/+171 |
| 2013-01-13 | Change an instance of submit.cf that should now be openbsd-submit.cf. |  millert | 1 | -2/+2 |
| 2013-01-11 | Automagically define __PIC__ and __pic__ to 1 or 2, when building with |  miod | 1 | -0/+11 |
| 2013-01-09 | In the WANT_LDAP=yes case, always link libsasl2 |  matthieu | 1 | -2/+2 |
| 2013-01-07 | Teach as(1) how to handle mips symbolic register names. |  bcallah | 4 | -690/+865 |
| 2013-01-05 | Replace the list of platforms enabled (or not) to build the whole binutils |  miod | 2 | -28/+12 |
| 2013-01-05 | Switch m88k ports to ELF. |  miod | 5 | -9/+152 |
| 2013-01-05 | Remove the -mno-underscores, -msvr3 and -msvr4 options. They suppose the |  miod | 3 | -842/+163 |
| 2013-01-05 | Rename m88k_pound_sign to m88k_register_prefix (even though the prefix is |  miod | 2 | -101/+100 |
| 2013-01-04 | Remove extern declarations redundant with "flags.h" |  miod | 1 | -3/+0 |
| 2013-01-03 | The removal of sdata support also removed the only use of SYMBOL_REF_FLAG |  miod | 2 | -18/+3 |
| 2013-01-02 | More dead features recycling: -mwarn-passed-struct doesn't do anything, and |  miod | 2 | -36/+8 |
| 2013-01-02 | Help the DWARF code to handle our prologues correctly: |  miod | 2 | -2/+14 |
| 2013-01-02 | Remove last boolean argumont of output_function_profiler(), it is always invoked |  miod | 4 | -31/+22 |
| 2013-01-02 | Start removing obsolete features from the m88k backend (it's not like we'll |  miod | 5 | -297/+10 |
| 2013-01-02 | Oops, commited this by accident when adding the m88k ELF toolchain bits. |  miod | 1 | -39/+65 |
| 2013-01-01 | m88k ELF toolchain, supporting static binaries only so far. |  miod | 18 | -97/+1191 |
| 2012-12-31 | Correctly disassemble {ld,st}.*.usr opcodes. |  miod | 1 | -0/+8 |
| 2012-12-31 | Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux. |  brad | 1 | -2/+0 |
| 2012-12-31 | Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well. |  brad | 1 | -4/+1 |
| 2012-12-30 | Stop including other files in m88k/openbsd.h; instead specific the complete list |  miod | 3 | -11/+28 |
| 2012-12-26 | Update to sendmail 8.14.6 |  millert | 32 | -243/+424 |
| 2012-12-25 | Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointer |  miod | 1 | -3/+5 |
| 2012-12-25 | Define INCOMING_RETURN_ADDR_RTX and DWARF_FRAME_RETURN_COLUMN to allow for |  miod | 3 | -39/+68 |
| 2012-12-20 | Bring stack smashing protector for MIPS; enabled by default. |  martynas | 2 | -9/+9 |
| 2012-12-20 | Bring stack smashing protector for Alpha; enabled by default. |  martynas | 2 | -1/+4 |
| 2012-12-17 | Make the SH register spill failure for R0 workaround work again |  martynas | 1 | -1/+1 |
| 2012-12-12 | Previous commit introduced a bug; only return early from m88k_layout_frame() |  miod | 1 | -1/+1 |
| 2012-12-10 | Fix c-bounded when arrays are declared without the size expression. |  martynas | 1 | -1/+1 |
| 2012-12-10 | Fix unaligned memory loads on Alpha. GCC used to generate them in |  martynas | 1 | -10/+15 |