summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
AgeCommit message (Expand)AuthorFilesLines
2020-06-18avoid -Wpointer-compare warning which broke build with clang 10jsg1-1/+1
2019-12-23Teach gdb that the trap frame should be used for alltraps_kern_meltdown().yasuoka1-0/+1
2019-12-21a few depend:-related thingies that were still in.espie1-4/+1
2019-12-17not renaming those temp files should be fatalespie1-1/+5
2019-10-21Fix backtrace across signals on amd64kurt1-13/+23
2019-02-24Remove -S from install commandskn1-2/+2
2019-02-01Fix gdb can handle prologues which has the retguard and teach gdb thatyasuoka2-9/+40
2018-12-11Add PN_XNUM support to libbfd so objdump and gdb can handle coreguenther4-2/+48
2018-10-24Size static array correctly for the numerically highest index used tonaddy1-1/+1
2018-09-14Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy1-3/+5
2018-07-10Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.guenther1-10/+6
2018-07-03Make intrframe the exact same size as trapframe: instead of pushingguenther1-11/+1
2018-04-30The trapframe layout is no longer exactly the same as the sigcontextguenther1-9/+32
2018-01-23Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32kettenis1-8/+8
2017-08-14Add improvements to the DWARF frame unwinder to support xorguard.kettenis6-0/+66
2017-07-28make warns about POST_INSTALL being empty.espie1-0/+2
2017-06-12destroy lint remnants.espie1-4/+1
2017-04-09Sync symbol lists for trap/interrupt frame detection with what ddb(4) usesguenther2-5/+22
2016-09-18Use ${INSTALL} instead of install, like in all the other Makefile's.natano1-3/+3
2016-09-11Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}guenther1-2/+3
2016-06-28Add missing words to help the reader.jca1-2/+2
2016-03-29Fix fallout from the switch to binutils 2.17: the binaries created by 2.17kettenis1-0/+1
2015-11-26change the name "as" in the NAME section of the as(1) manuals to lowercase;schwarze1-1/+2
2015-11-15Same as in binutils-2.17, only restore regular permission bits.jca1-14/+2
2015-11-11update NAME;jmc1-1/+1
2015-11-09Start moving some vmm things into the tree. First up is binutils so we willmlarkin3-1/+51
2015-08-28Make gdb work again on mips64 PIE binaries by making sure that we selectkettenis1-1/+7
2015-06-01Now that we do not need to build binutils 2.15 (except for gdb), simplify themiod1-34/+1
2015-04-06Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis13-18/+1025
2015-04-02Change gcc and ld semantics to make static PIE the default when invokingpascal1-2/+0
2015-01-13Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis3-8/+26
2015-01-12Make putting a breakpoint on the first instruction of a program work.kettenis1-1/+1
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With somemiod1-1/+1
2014-12-27Change the default entry point from _start to __start.kettenis1-0/+1
2014-12-25Don't generate PLT entries for symbols defined in a regular object forkettenis2-3/+4
2014-12-22Teach ld(1) not to add a PT_INTERP entry for -static -pie.kettenis16-16/+18
2014-11-20partial_where points into the buffer that begins with buffer_startmillert1-1/+1
2014-11-20use ${SHELL} to run scripts in the src treederaadt1-2/+2
2014-11-19Bring in a change present in binutils 2.17 to allow sahf/lahfjsg1-2/+2
2014-11-18Recognize dcbzl, backported from binutils-2.17.mpi1-0/+4
2014-10-20Backport fix for binutils 11867: .quad directive not assembled correctly.daniel2-10/+34
2014-08-31Backport @file support from binutils-2.17tobiasu23-3/+45
2014-08-20Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17guenther2-8/+16
2014-08-14Backport from binutils-2.17:guenther1-4/+3
2014-08-10Format time_t with %lld after casting to long longguenther2-3/+3
2014-08-09Use time_t for storing timesguenther1-1/+1
2014-08-09Parse times with strtoll() instead of strtol()guenther1-1/+1
2014-08-09Regenerate to pick up time_t changesguenther2-8/+6
2014-08-09Store timestamps in time_tguenther1-6/+5
2014-08-09bfd-in2.h is generated from this; merge back a change that was made thereguenther1-0/+1