Age | Commit message (Expand) | Author |
2014-04-06 | Add the missing addressing modes for the fucomip instruction. Surprisingly, | Miod Vallat |
2014-03-13 | Add a few more instruction patterns that are apparently needed by gcc 4.8. | Mark Kettenis |
2014-02-09 | Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave, | Philip Guenther |
2013-12-30 | Recognize PT_OPENBSD_RANDOMIZE in linker scripts. | Mark Kettenis |
2013-12-17 | Backport the code from binutils 2.16 that makes weak undefined references | Mark Kettenis |
2013-10-19 | Depending on wether the kernel has been compiled with or without | Alexander Bluhm |
2013-09-30 | Make stderr buffered in einfo(). Speeds up display of error messages | Todd C. Miller |
2013-08-11 | A few fixes from Tim Mcintosh: | Miod Vallat |
2013-07-13 | Register GDB_OSABI_OPENBSD_ELF as well. | Miod Vallat |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | VAX ELF toolchain, using `%' as the register prefix. Heavily based upon | Miod Vallat |
2013-05-17 | Don't reject '++' and '--' in expressions. Some versions of gcc emit these. | Mark Kettenis |
2013-05-09 | Allow gdb on m88k to fetch symbols from shared libraries when debugging | Miod Vallat |
2013-04-28 | Revert the previous commit. It breaks the xenocara build on macppc and the | Brian Callahan |
2013-04-26 | Fix linker errors when using llvm/clang. | Brian Callahan |
2013-04-19 | Use time_t instead of long for archive timestamps, and print them as long long; | Miod Vallat |
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn |
2013-04-17 | Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags when | Miod Vallat |
2013-04-17 | Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do. | Miod Vallat |
2013-03-10 | Let platforms configured to use binutils 2.17 still recurse into the binutils | Miod Vallat |
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-09 | Add CFI support for MIPS. | Brad Smith |
2013-02-06 | Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcane | Miod Vallat |
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-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 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-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 | When configured for ELF object format output, recognize #abdiff, #got_rel and | Miod Vallat |
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-02 | Oops, commited this by accident when adding the m88k ELF toolchain bits. | Miod Vallat |
2013-01-01 | m88k ELF toolchain, supporting static binaries only so far. | Miod Vallat |
2012-12-31 | Correctly disassemble {ld,st}.*.usr opcodes. | Miod Vallat |
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn |
2012-11-05 | Backport a powerpc --relax fix present in binutils 2.17. | Landry Breuil |
2012-10-18 | Add support for stac/clac instructions to manipulate the flag | Jonathan Gray |
2012-10-02 | fix weird depend on -liberty, okay miod@. | Marc Espie |
2012-09-07 | disassemble the rdrand instruction on i386/amd64 | Christian Weisgerber |
2012-09-03 | Teach as(1) about rdrand on i386/amd64. | Mark Kettenis |
2012-08-31 | Add a DT_DEBUG tag to PIEs as well. | Mark Kettenis |
2012-08-29 | Add DWARF2 CFI unwinder for hppa. | Mark Kettenis |
2012-08-29 | Adjust for changes to "struct reg". | Mark Kettenis |