summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Expand)Author
2014-04-06Add the missing addressing modes for the fucomip instruction. Surprisingly,Miod Vallat
2014-03-13Add a few more instruction patterns that are apparently needed by gcc 4.8.Mark Kettenis
2014-02-09Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,Philip Guenther
2013-12-30Recognize PT_OPENBSD_RANDOMIZE in linker scripts.Mark Kettenis
2013-12-17Backport the code from binutils 2.16 that makes weak undefined referencesMark Kettenis
2013-10-19Depending on wether the kernel has been compiled with or withoutAlexander Bluhm
2013-09-30Make stderr buffered in einfo(). Speeds up display of error messagesTodd C. Miller
2013-08-11A few fixes from Tim Mcintosh:Miod Vallat
2013-07-13Register GDB_OSABI_OPENBSD_ELF as well.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05VAX ELF toolchain, using `%' as the register prefix. Heavily based uponMiod Vallat
2013-05-17Don't reject '++' and '--' in expressions. Some versions of gcc emit these.Mark Kettenis
2013-05-09Allow gdb on m88k to fetch symbols from shared libraries when debuggingMiod Vallat
2013-04-28Revert the previous commit. It breaks the xenocara build on macppc and theBrian Callahan
2013-04-26Fix linker errors when using llvm/clang.Brian Callahan
2013-04-19Use time_t instead of long for archive timestamps, and print them as long long;Miod Vallat
2004-05-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2013-04-17Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenMiod Vallat
2013-04-17Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do.Miod Vallat
2013-03-10Let platforms configured to use binutils 2.17 still recurse into the binutilsMiod Vallat
2013-02-13Add support for .loc directive options basic_block, prologue_end, and epilogu...Brad Smith
2000-09-12Import binutils-2.10Marc Espie
2013-02-09Add CFI support for MIPS.Brad Smith
2013-02-06Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcaneMiod Vallat
2013-02-05Disable PIE-by-default if -static (or one of its aliases) is passed on theMark Kettenis
2013-02-03Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations.Mark Kettenis
2013-02-02ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onMiod Vallat
2013-01-31Enable shared libraries on m88k platforms.Miod Vallat
2013-01-30Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep theMiod Vallat
2013-01-28Correctly compute the relocation value of GOT_16[HL] relocations when they canMiod Vallat
2013-01-20Generate linker scripts for shared libraries. Force padding sections aroundMiod Vallat
2013-01-20Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowedMiod Vallat
2013-01-20Implement tc_fix_adjustable() on ELF, and use it to prevent #got_relMiod Vallat
2013-01-20Backport two fixes for amd64 from binutils 2.16.Brad Smith
2013-01-15When configured for ELF object format output, recognize #abdiff, #got_rel andMiod Vallat
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-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-11-05Backport a powerpc --relax fix present in binutils 2.17.Landry Breuil
2012-10-18Add support for stac/clac instructions to manipulate the flagJonathan Gray
2012-10-02fix weird depend on -liberty, okay miod@.Marc Espie
2012-09-07disassemble the rdrand instruction on i386/amd64Christian Weisgerber
2012-09-03Teach as(1) about rdrand on i386/amd64.Mark Kettenis
2012-08-31Add a DT_DEBUG tag to PIEs as well.Mark Kettenis
2012-08-29Add DWARF2 CFI unwinder for hppa.Mark Kettenis
2012-08-29Adjust for changes to "struct reg".Mark Kettenis