summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use time_t for storing timesguenther2014-08-091-1/+1
* Parse times with strtoll() instead of strtol()guenther2014-08-091-1/+1
* Regenerate to pick up time_t changesguenther2014-08-092-8/+6
* Store timestamps in time_tguenther2014-08-091-6/+5
* bfd-in2.h is generated from this; merge back a change that was made thereguenther2014-08-091-0/+1
* Fix readelf --debug-dump=frames-interp output: once a register is givenguenther2014-08-091-2/+12
* Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, andguenther2014-08-091-0/+9
* Backport from binutils-2.17 the correct i386/amd64 register->int assignmentsguenther2014-08-091-9/+33
* We don't use the __openbsd_randomdata_{start,end} symbols, but ratherguenther2014-08-091-4/+0
* Match format width of symbol visibility to the column headerguenther2014-08-091-2/+2
* Add the missing addressing modes for the fucomip instruction. Surprisingly,miod2014-04-061-0/+2
* Add a few more instruction patterns that are apparently needed by gcc 4.8.kettenis2014-03-131-13/+16
* Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,guenther2014-02-094-13/+50
* Recognize PT_OPENBSD_RANDOMIZE in linker scripts.kettenis2013-12-301-0/+2
* Backport the code from binutils 2.16 that makes weak undefined referenceskettenis2013-12-171-53/+114
* Depending on wether the kernel has been compiled with or withoutbluhm2013-10-191-0/+1
* Make stderr buffered in einfo(). Speeds up display of error messagesmillert2013-09-301-0/+4
* A few fixes from Tim Mcintosh:miod2013-08-111-6/+49
* Register GDB_OSABI_OPENBSD_ELF as well.miod2013-07-131-0/+2
* ELF_TOOLCHAIN bye bye.miod2013-07-051-18/+1
* VAX ELF toolchain, using `%' as the register prefix. Heavily based uponmiod2013-07-0512-74/+61
* Don't reject '++' and '--' in expressions. Some versions of gcc emit these.kettenis2013-05-171-6/+9
* Allow gdb on m88k to fetch symbols from shared libraries when debuggingmiod2013-05-094-2/+87
* Revert the previous commit. It breaks the xenocara build on macppc and thebcallah2013-04-282-93/+76
* Fix linker errors when using llvm/clang.bcallah2013-04-262-76/+93
* Use time_t instead of long for archive timestamps, and print them as long long;miod2013-04-199-15/+25
* Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenmiod2013-04-172-1/+20
* Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do.miod2013-04-171-1/+1
* Let platforms configured to use binutils 2.17 still recurse into the binutilsmiod2013-03-101-5/+18
* Add support for .loc directive options basic_block, prologue_end, and epilogue_begin.brad2013-02-133-35/+199
* Add CFI support for MIPS.brad2013-02-092-0/+16
* Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcanemiod2013-02-061-0/+5
* Disable PIE-by-default if -static (or one of its aliases) is passed on thekettenis2013-02-051-0/+2
* Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations.kettenis2013-02-031-0/+1
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-0210-10/+27
* Enable shared libraries on m88k platforms.miod2013-01-311-1/+2
* Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep themiod2013-01-301-1/+1
* Correctly compute the relocation value of GOT_16[HL] relocations when they canmiod2013-01-281-29/+27
* Generate linker scripts for shared libraries. Force padding sections aroundmiod2013-01-201-1/+3
* Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowedmiod2013-01-201-58/+1652
* Implement tc_fix_adjustable() on ELF, and use it to prevent #got_relmiod2013-01-202-0/+19
* Backport two fixes for amd64 from binutils 2.16.brad2013-01-201-73/+60
* When configured for ELF object format output, recognize #abdiff, #got_rel andmiod2013-01-152-25/+171
* Teach as(1) how to handle mips symbolic register names.bcallah2013-01-072-341/+440
* Replace the list of platforms enabled (or not) to build the whole binutilsmiod2013-01-051-14/+6
* Switch m88k ports to ELF.miod2013-01-053-5/+5
* Oops, commited this by accident when adding the m88k ELF toolchain bits.miod2013-01-021-39/+65
* m88k ELF toolchain, supporting static binaries only so far.miod2013-01-0118-97/+1191
* Correctly disassemble {ld,st}.*.usr opcodes.miod2012-12-311-0/+8
* Backport a powerpc --relax fix present in binutils 2.17.landry2012-11-052-31/+25