summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Collapse)Author
2006-11-10Convert to use inf-ptrace.c.Mark Kettenis
2006-11-10Handle OpenBSD as well.Mark Kettenis
2006-11-09Initial stab at OpenBSD/sh support.Mark Kettenis
2006-11-09grok sh-*-openbsd*Theo de Raadt
2006-10-24fix a crash with --statistics. closing file in the wrong place.Ted Unangst
from dasn. ok deraadt
2006-10-08Define superH obsd-specific emulations for ld, and use it by default.Miod Vallat
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
systems only; more work is necessary in ld land.
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok kettenis@
2006-07-23Do not build & install gdbtui.Mark Kettenis
2006-07-19``target kvm'' support for alpha; ok kettenis@Miod Vallat
2006-07-13fix info target, make sure as.info gets built during built, not install.Marc Espie
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
Approved deraadt@, kettenis@
2006-05-30Avoid stack oflow on bad data. PR 5132. Backport from binutils mainOtto Moerbeek
repo rev 1.26.22.1; ok miod@
2006-05-18add some more xcrypt & co opcodesHans-Joerg Hoexer
ok deraadt
2006-05-16Bring over upstream changes that fix backtraces through signal handlers andMark Kettenis
make us use PT_{GET|SET}FPREGS.
2006-05-04Allow USING_NEW_BINUTILS to be overriden by whatever invokes make here.Miod Vallat
2006-03-26Fix memset(.., ..., 0) bugs that are already fixed upstream.Mark Kettenis
From Alexey Dobriyan.
2006-03-22Enable efi support on OpenBSD/i386.Mark Kettenis
ok miod@
2006-02-26Handle soft interrupt frames too.Mark Kettenis
2005-12-28Skip ld.so resolver on sparc too.Mark Kettenis
2005-12-28Skip ld.so resolver on sparc64. This makes stepping into functions in sharedMark Kettenis
libraries work.
2005-12-28Support for skipping ld.so resolver.Mark Kettenis
2005-12-28Fix single-stepping over system calls on sparc and sparc64.Mark Kettenis
2005-12-22Teach gdb about interrupt frames on i386 too.Mark Kettenis
2005-12-22Teach gdb how to unwind amd64 kernel trap frames.Mark Kettenis
2005-12-21Teach gdb how to unwind i386 kernel trap frames.Mark Kettenis
2005-12-11Don't free pathname after successfull _try_needed call; it's cached in thatMark Kettenis
case. Fixes "could not read symbols: File truncated" problems. ok deraadt@
2005-12-06Try to prevent infinite backtraces.Mark Kettenis
2005-12-04amd64 threads support.Mark Kettenis
2005-12-03i386 threads support.Mark Kettenis
2005-12-03Threads support.Mark Kettenis
2005-11-26Cut arm over to inf-ptrace.c, making fork following work.Mark Kettenis
tested by todd@
2005-11-25Cut alpha over to inf-ptrace.c, making fork following work.Mark Kettenis
tested by miod@
2005-11-25Cut hppa over to inf-ptrace.c, making fork following work.Mark Kettenis
tested by miod@.
2005-11-21Cut m68k over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-20Cut powerpc over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-17Add support for following forks. Backported from the to-be released gdb 6.4.Mark Kettenis
Only works on amd64, i386, m88k, mips64, sparc, sparc64 and vax for now.
2005-11-08Fix single step buglet on sparc/sparc64.Mark Kettenis
2005-08-09Adjust for new signal trampoline.Mark Kettenis
2005-07-26Handle new signal trampoline on i386.Mark Kettenis
2005-07-26Read/write from/to I-space instead of D-space.Mark Kettenis
suggested by art@
2005-07-14Add support "target kvm" on powerpc.Mark Kettenis
2005-05-03When printing a function name for warning or error lines, prefer a globalMiod Vallat
symbol on arm, rather the local symbols ($a/$d/$t) the arm ELF ABI creates. This makes ld unreferenced symbols error much more useable. tweaks and ok kettenis@, 2+ months ago but I forgot to commit...
2005-04-16amd64 canonicalizationMark Kettenis
ok pvalchev@, fine deraadt@
2005-03-30Add StackGhost .wcookie section for sparc64.Mark Kettenis
2005-03-30Fix reading sparc coredumps.Mark Kettenis
2005-03-29StackGhost support for sparc64.Mark Kettenis
2005-02-27Fix backtraces for kernel core dumps.Mark Kettenis
2005-02-04unfuck amd64Peter Valchev
2005-01-25hppa64-unknown-openbsd build support; espie@ miod@ brad@ okMichael Shalayeff