summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Collapse)Author
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
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-20Fix i386 disassembler.Mark Kettenis
ok hshoexer@, it's my fault initially miod@
2005-01-19Provide openbsd emulation for mips64el as we do for mips64.Alexander Yurchenko
ok miod@
2005-01-15Regenerate.Mark Kettenis
2005-01-15Invoke config.sub using the shell.Mark Kettenis
ok drahn@
2005-01-15Get rid of *_X11_MODULES.Mark Kettenis
ok miod@, drahn@
2005-01-11add zaurus in right place (before wild card)Theo de Raadt
2005-01-05Unbreak m88k build.Mark Kettenis
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2004-12-27Add sgi support.Mark Kettenis
2004-12-27Update mips-specific code to gdb-current.Mark Kettenis
2004-12-27Don't crash on intermixed 32-bit and 64-bit DWARF sections.Mark Kettenis
2004-12-27Add add_setshow_enum_cmd.Mark Kettenis
2004-12-27Add back nbsd.mt.Mark Kettenis
2004-12-27Resolve conflicts for GDB 6.3. Add local patches.Mark Kettenis
ok deraadt@
2004-12-27GDB 6.3 (excluding .info files)Mark Kettenis
2004-12-27Some post bintuils-2.15 changes for gdb-6.3.Mark Kettenis
2004-11-24Do not put a ``warning: '' prefix to stabs warning messages, as we alreadyMiod Vallat
provide it in the message. Same logic as in ld/emultempl/elf32.em, except that some arches use duplicated code in libbfd now. Can you spell bloat?
2004-11-19syncTodd T. Fries
2004-11-12Don't use the IRIX workaround for relocs. Seems to break reloc count inPer Fogelstrom
some shared libs and we don't need any workaround in OpenBSD.
2004-11-10Put back cross build piece which was lost with the 2.15 upgrade.Dale Rahn
2004-11-08Partially revert to binutils 2.14: do not put a ``warning: '' prefixMiod Vallat
to stabs warning messages, as we already provide it in the message. This will not change until all our supported architectures move to ELF.
2004-11-04Set default OS/ABI to OpenBSD/ELF for all ELF ports.Mark Kettenis
Fixes PR 3922. ok miod@
2004-11-03we use our own ways to install manual pages, not their tree traversalsTheo de Raadt
which dump junk all over the place. pval miod ok
2004-11-03one more ${srcdir} place, now puts .info properly in obj/; ok deraadtPeter Valchev
2004-11-03incorrectly places output files in ${srcdir} -- candidate for passing backTheo de Raadt
ok pvalchev
2004-11-02Merge glitches.Miod Vallat
2004-11-02Merge conflicts, bringing our changes back in:Miod Vallat
- extra $(SHELL) and sugar for make (so that files not mode +x still work) - safer temp file handling - our W^X binary layout changes in ld - OpenBSD policy for library file selection in ld - arm and m88k changes which were not merged in time for official 2.15 - bfd core file handling - a couple typos New for 2.15: - ld(1) and as(1) manpages now generated at build time - binutils/stabs.c reverted to use our in-tree libiberty for now - we still use our VIA C3 crypto code over stock binutils, as it recognizes more instructions - new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi - relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14) Tested on all platforms by various people; special thanks to sturm@ and otto@.
2004-11-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.Miod Vallat
2004-10-21Move the cross glue from the root makefile to the toolchain's,Alexander Yurchenko
allowing bulding cross-tools with new binutils and gcc3. ok drahn@ brad@ espie@
2004-10-08Lookup libraries based on version numbers for implicit as well explict librariesDale Rahn
ok espie@
2004-09-06Fix a previous merge error.Per Fogelstrom
ok miod@ and espie@
2004-08-23Shared library support for hppa.Mark Kettenis
ok mickey@
2004-08-23GDB 6.3 (excluding .info files)Mark Kettenis
2004-08-14Set default ABI to "OpenBSD ELF" on amd64.Mark Kettenis
ok tedu@
2004-08-13Add sparc64 libkvm kernel memory image debugging support.Mark Kettenis
2004-08-13Adjust sigtramp recognition for (not so recent) changes on sparc64.Mark Kettenis
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-08-08Correct handling of union return values on vax.Mark Kettenis
Fix stepping over functions on vax. ok tdeval@
2004-07-31eliminate portion for 3.2, there was no 3.2 release.Brad Smith
ok mickey@
2004-07-22Add vax libkvm kernel memory image debugging support.Mark Kettenis
ok miod@, wow deraadt@
2004-07-08Sync libkvm interface with FSF repository. This adds new "kvm proc" andMark Kettenis
"kvm pcb" commands. ok deraadt@