| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use time_t for storing times |  guenther | 2014-08-09 | 1 | -1/+1 |
| * | Parse times with strtoll() instead of strtol() |  guenther | 2014-08-09 | 1 | -1/+1 |
| * | Regenerate to pick up time_t changes |  guenther | 2014-08-09 | 2 | -8/+6 |
| * | Store timestamps in time_t |  guenther | 2014-08-09 | 1 | -6/+5 |
| * | bfd-in2.h is generated from this; merge back a change that was made there |  guenther | 2014-08-09 | 1 | -0/+1 |
| * | Fix readelf --debug-dump=frames-interp output: once a register is given |  guenther | 2014-08-09 | 1 | -2/+12 |
| * | Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, and |  guenther | 2014-08-09 | 1 | -0/+9 |
| * | Backport from binutils-2.17 the correct i386/amd64 register->int assignments |  guenther | 2014-08-09 | 1 | -9/+33 |
| * | We don't use the __openbsd_randomdata_{start,end} symbols, but rather |  guenther | 2014-08-09 | 1 | -4/+0 |
| * | Match format width of symbol visibility to the column header |  guenther | 2014-08-09 | 1 | -2/+2 |
| * | Add the missing addressing modes for the fucomip instruction. Surprisingly, |  miod | 2014-04-06 | 1 | -0/+2 |
| * | Add a few more instruction patterns that are apparently needed by gcc 4.8. |  kettenis | 2014-03-13 | 1 | -13/+16 |
| * | Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave, |  guenther | 2014-02-09 | 4 | -13/+50 |
| * | Recognize PT_OPENBSD_RANDOMIZE in linker scripts. |  kettenis | 2013-12-30 | 1 | -0/+2 |
| * | Backport the code from binutils 2.16 that makes weak undefined references |  kettenis | 2013-12-17 | 1 | -53/+114 |
| * | Depending on wether the kernel has been compiled with or without |  bluhm | 2013-10-19 | 1 | -0/+1 |
| * | Make stderr buffered in einfo(). Speeds up display of error messages |  millert | 2013-09-30 | 1 | -0/+4 |
| * | A few fixes from Tim Mcintosh: |  miod | 2013-08-11 | 1 | -6/+49 |
| * | Register GDB_OSABI_OPENBSD_ELF as well. |  miod | 2013-07-13 | 1 | -0/+2 |
| * | ELF_TOOLCHAIN bye bye. |  miod | 2013-07-05 | 1 | -18/+1 |
| * | VAX ELF toolchain, using `%' as the register prefix. Heavily based upon |  miod | 2013-07-05 | 12 | -74/+61 |
| * | Don't reject '++' and '--' in expressions. Some versions of gcc emit these. |  kettenis | 2013-05-17 | 1 | -6/+9 |
| * | Allow gdb on m88k to fetch symbols from shared libraries when debugging |  miod | 2013-05-09 | 4 | -2/+87 |
| * | Revert the previous commit. It breaks the xenocara build on macppc and the |  bcallah | 2013-04-28 | 2 | -93/+76 |
| * | Fix linker errors when using llvm/clang. |  bcallah | 2013-04-26 | 2 | -76/+93 |
| * | Use time_t instead of long for archive timestamps, and print them as long long; |  miod | 2013-04-19 | 9 | -15/+25 |
| * | Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags when |  miod | 2013-04-17 | 2 | -1/+20 |
| * | Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do. |  miod | 2013-04-17 | 1 | -1/+1 |
| * | Let platforms configured to use binutils 2.17 still recurse into the binutils |  miod | 2013-03-10 | 1 | -5/+18 |
| * | Add support for .loc directive options basic_block, prologue_end, and epilogue_begin. |  brad | 2013-02-13 | 3 | -35/+199 |
| * | Add CFI support for MIPS. |  brad | 2013-02-09 | 2 | -0/+16 |
| * | Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcane |  miod | 2013-02-06 | 1 | -0/+5 |
| * | Disable PIE-by-default if -static (or one of its aliases) is passed on the |  kettenis | 2013-02-05 | 1 | -0/+2 |
| * | Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations. |  kettenis | 2013-02-03 | 1 | -0/+1 |
| * | ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on |  miod | 2013-02-02 | 10 | -10/+27 |
| * | Enable shared libraries on m88k platforms. |  miod | 2013-01-31 | 1 | -1/+2 |
| * | Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep the |  miod | 2013-01-30 | 1 | -1/+1 |
| * | Correctly compute the relocation value of GOT_16[HL] relocations when they can |  miod | 2013-01-28 | 1 | -29/+27 |
| * | Generate linker scripts for shared libraries. Force padding sections around |  miod | 2013-01-20 | 1 | -1/+3 |
| * | Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowed |  miod | 2013-01-20 | 1 | -58/+1652 |
| * | Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel |  miod | 2013-01-20 | 2 | -0/+19 |
| * | Backport two fixes for amd64 from binutils 2.16. |  brad | 2013-01-20 | 1 | -73/+60 |
| * | When configured for ELF object format output, recognize #abdiff, #got_rel and |  miod | 2013-01-15 | 2 | -25/+171 |
| * | Teach as(1) how to handle mips symbolic register names. |  bcallah | 2013-01-07 | 2 | -341/+440 |
| * | Replace the list of platforms enabled (or not) to build the whole binutils |  miod | 2013-01-05 | 1 | -14/+6 |
| * | Switch m88k ports to ELF. |  miod | 2013-01-05 | 3 | -5/+5 |
| * | Oops, commited this by accident when adding the m88k ELF toolchain bits. |  miod | 2013-01-02 | 1 | -39/+65 |
| * | m88k ELF toolchain, supporting static binaries only so far. |  miod | 2013-01-01 | 18 | -97/+1191 |
| * | Correctly disassemble {ld,st}.*.usr opcodes. |  miod | 2012-12-31 | 1 | -0/+8 |
| * | Backport a powerpc --relax fix present in binutils 2.17. |  landry | 2012-11-05 | 2 | -31/+25 |