summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly enable -fcommon, rather than untangle common symbols.mortimer2021-01-281-1/+2
* Fix a bug that GDB could not show the symbols of the core dump it wasasou2020-12-021-1/+35
* Add minimal support for OpenBSD/powerpc64.kettenis2020-09-307-0/+748
* Use consistent types in comparison to fix build with clang 10.visa2020-07-311-1/+1
* change bfd amd64 ELF_MAXPAGESIZE from 1M to 4Kjsg2020-07-231-1/+1
* avoid -Wpointer-compare warning which broke build with clang 10jsg2020-06-181-1/+1
* Teach gdb that the trap frame should be used for alltraps_kern_meltdown().yasuoka2019-12-231-0/+1
* a few depend:-related thingies that were still in.espie2019-12-211-4/+1
* not renaming those temp files should be fatalespie2019-12-171-1/+5
* Fix backtrace across signals on amd64kurt2019-10-211-13/+23
* Remove -S from install commandskn2019-02-241-2/+2
* Fix gdb can handle prologues which has the retguard and teach gdb thatyasuoka2019-02-012-9/+40
* Add PN_XNUM support to libbfd so objdump and gdb can handle coreguenther2018-12-114-2/+48
* Size static array correctly for the numerically highest index used tonaddy2018-10-241-1/+1
* Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy2018-09-141-3/+5
* Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.guenther2018-07-101-10/+6
* Make intrframe the exact same size as trapframe: instead of pushingguenther2018-07-031-11/+1
* The trapframe layout is no longer exactly the same as the sigcontextguenther2018-04-301-9/+32
* Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32kettenis2018-01-231-8/+8
* Add improvements to the DWARF frame unwinder to support xorguard.kettenis2017-08-146-0/+66
* make warns about POST_INSTALL being empty.espie2017-07-281-0/+2
* destroy lint remnants.espie2017-06-121-4/+1
* Sync symbol lists for trap/interrupt frame detection with what ddb(4) usesguenther2017-04-092-5/+22
* Use ${INSTALL} instead of install, like in all the other Makefile's.natano2016-09-181-3/+3
* Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}guenther2016-09-111-2/+3
* Add missing words to help the reader.jca2016-06-281-2/+2
* Fix fallout from the switch to binutils 2.17: the binaries created by 2.17kettenis2016-03-291-0/+1
* change the name "as" in the NAME section of the as(1) manuals to lowercase;schwarze2015-11-261-1/+2
* Same as in binutils-2.17, only restore regular permission bits.jca2015-11-151-14/+2
* update NAME;jmc2015-11-111-1/+1
* Start moving some vmm things into the tree. First up is binutils so we willmlarkin2015-11-093-1/+51
* Make gdb work again on mips64 PIE binaries by making sure that we selectkettenis2015-08-281-1/+7
* Now that we do not need to build binutils 2.15 (except for gdb), simplify themiod2015-06-011-34/+1
* Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis2015-04-0613-18/+1025
* Change gcc and ld semantics to make static PIE the default when invokingpascal2015-04-021-2/+0
* Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis2015-01-133-8/+26
* Make putting a breakpoint on the first instruction of a program work.kettenis2015-01-121-1/+1
* self-relocating crt0 bits for sh, and enable static pie by default. With somemiod2014-12-301-1/+1
* Change the default entry point from _start to __start.kettenis2014-12-271-0/+1
* Don't generate PLT entries for symbols defined in a regular object forkettenis2014-12-252-3/+4
* Teach ld(1) not to add a PT_INTERP entry for -static -pie.kettenis2014-12-2216-16/+18
* partial_where points into the buffer that begins with buffer_startmillert2014-11-201-1/+1
* use ${SHELL} to run scripts in the src treederaadt2014-11-201-2/+2
* Bring in a change present in binutils 2.17 to allow sahf/lahfjsg2014-11-191-2/+2
* Recognize dcbzl, backported from binutils-2.17.mpi2014-11-181-0/+4
* Backport fix for binutils 11867: .quad directive not assembled correctly.daniel2014-10-202-10/+34
* Backport @file support from binutils-2.17tobiasu2014-08-3123-3/+45
* Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17guenther2014-08-202-8/+16
* Backport from binutils-2.17:guenther2014-08-141-4/+3
* Format time_t with %lld after casting to long longguenther2014-08-102-3/+3