summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed races in `make -jN' using new yacc rules. This also fixes plainBruce Evans1998-05-041-8/+2
* Inherit BINDIR properly.Bruce Evans1998-05-012-4/+2
* Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIRBruce Evans1998-05-011-2/+1
* Oops, This should have been committed with the Makefile change thatBruce Evans1998-05-011-0/+24
* Add support for ELF shared libraries. Also use bfd from the binutils in thatDoug Rabson1998-04-302-3/+37
* Give up on a.out support in binutils. It has too many problems toJohn Polstra1998-03-309-20/+44
* Add c++filt.John Polstra1998-03-301-3/+2
* Removed vestiges of use of beforedepend target.Bruce Evans1998-03-191-3/+3
* Make the binutils strip ELF-only for now. It isn't quite right for a.out.John Polstra1998-03-151-0/+5
* Disable support for the a.out-i386-bsd target. Everything it can doJohn Polstra1998-03-141-5/+3
* Configure alpha to disassemble both alpha and i386 opcodes.John Birrell1998-03-121-0/+6
* Configure bfd for elf64, elf32, and aout. Yes alpha can handle i386John Birrell1998-03-121-0/+30
* Define the target type for alpha.John Birrell1998-03-121-0/+5
* Add the alpha makefile.John Birrell1998-03-123-4/+12
* Change the include path for bfd.h to libbfd/${MACHINE_ARCH} sinceJohn Birrell1998-03-121-2/+2
* This file was generated on i386, so it has been moved to the i386John Birrell1998-03-121-2678/+0
* This file was generated on i386 by the update.sh script inJohn Birrell1998-03-121-0/+2678
* These files were generated on alpha by the update.sh script inJohn Birrell1998-03-122-0/+2761
* Replace empty install targets with definitions of INTERNALLIB andJohn Polstra1998-03-124-12/+12
* Change script to get the machine type from `uname -m' and makeJohn Birrell1998-03-121-5/+8
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-1257-452/+192
* We want ld in /usr/bin, not some weird and wonderful hiding placeJohn Birrell1998-03-091-2/+2
* Import of alpha specific bits to configure binutils for FreeBSD/Alpha.John Birrell1998-03-0911-0/+282
* Set LIB_PATH explicitly otherwise genscripts makes (incorrect) referencesPeter Wemm1998-03-081-3/+5
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-22/+9
* Fix the broken installation of strip. It tried to use the installedJohn Polstra1998-03-061-1/+16
* Add bmakefiles for building binutils from the contrib tree.John Polstra1998-03-0146-0/+3704
* Fixed printing of %fs and %gs for live kernels.Bruce Evans1998-02-132-12/+16
* Fixed accesses to addresses between VM_MAXUSER_ADDRESS (normallyBruce Evans1998-01-192-24/+42
* Removed `kstack' and associated mistranslations in kvtophys().Bruce Evans1998-01-192-36/+2
* Fixed endless loop for `p/x *(int *)0xf0000000'. kvm_uread() inBruce Evans1998-01-182-14/+20
* Don't override FRAME_CHAIN(). If the current frame is valid, thenBruce Evans1998-01-183-91/+0
* Fixed sloppy definitions of SIGTRAMP_START and SIGTRAMP_END. The oldBruce Evans1998-01-181-4/+7
* Pass the system name to dmesg. Rev.1.7 only works when the symbols inBruce Evans1998-01-172-4/+18
* Exec dmesg and awk to print everything in the message bufferBruce Evans1997-12-192-2/+20
* Implemented "info float" for core files.Bruce Evans1997-11-231-36/+65
* #include <machine/tss.h> explicitlyPeter Wemm1997-10-102-0/+2
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-2/+3
* Support 4MB pages.Bruce Evans1997-07-272-14/+44
* Don't depend upon the user structure having been aligned on a 8 KB boundary.Tor Egge1997-06-271-1/+12
* Zap some unused debugging printfs that I accidently left in.Peter Wemm1997-06-271-5/+0
* Support reading and writing of %fs and %gs (except from core files).Bruce Evans1997-06-074-6/+30
* delete kcorelow.c, it didn't produce any code and broke init.cGary Jennejohn1997-05-021-2/+2
* Clean up merge from 2.2 (without spamming peter's changes)Paul Traina1997-05-011-7/+4
* Patch up init.c generation so that it works in -current.. It was tryingPeter Wemm1997-05-011-11/+10
* Fix include of <sys/dir.h> to <dirent.h> - it hits a #warningPeter Wemm1997-05-011-1/+1
* Fix up a spurious '@' I added at the last secondPaul Traina1997-05-011-4/+4
* Merge from 2.2: auto-gen init.c and add ser-tcp.cPaul Traina1997-05-011-5/+53
* Fetch the registers from struct members in the pcb instead ofBruce Evans1997-04-302-56/+38
* Backed out previous change. It just gave a more verbose Makefile byBruce Evans1997-04-301-3/+1