aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
Commit message (Expand)AuthorAgeFilesLines
* Enable building gdb under binutils for i386. I can't enable the alpha buildDoug Rabson1999-05-021-1/+6
* * Add bmake framework for using gdb alongside binutils. The old bmakeDoug Rabson1999-05-0215-181/+704
* Make gdb work with kernel after the SMP vmspace sharing changes.Luoqi Chen1999-04-283-27/+147
* For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to beWarner Losh1999-04-222-2/+12
* TARGET was being defined wrong, causing ld to always fail. It is theWarner Losh1999-04-211-5/+5
* This duplicates gnu/usr.bin/cc/c++filt.David E. O'Brien1999-04-183-20/+2
* echo -> ${ECHO}.Bruce Evans1999-04-031-2/+2
* Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.Warner Losh1999-03-0117-13/+3182
* Ignore return value for strip. Avoids make world going popNick Hibma1999-01-081-2/+2
* Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.Bruce Evans1998-10-151-1/+3
* Don't build the info pages for the old assembler. Instead, buildJohn Polstra1998-10-033-2/+90
* Fix GDB so that it can handle ELF core dumps.John Polstra1998-09-145-8/+49
* Update alpha configuration files and remove i386 target fromDoug Rabson1998-09-073-181/+302
* Update for import of binutils-2.9.1.John Polstra1998-09-067-192/+329
* Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em.John Birrell1998-08-301-4/+4
* BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide thisJohn Birrell1998-08-301-2/+2
* Install binutils tools in /usr/libexec/elf like on i386 so that objformatJohn Birrell1998-08-181-5/+1
* Fixed printf format errors.Bruce Evans1998-06-302-4/+4
* Don't use beforedepend or give dependencies on generated headers explicitly.Bruce Evans1998-06-043-18/+7
* Removed superfluous beforedepends. Their files were already in SRCS.Bruce Evans1998-06-042-6/+2
* Don't use beforedepend; just put generated headers in SRCS. ldgram.hBruce Evans1998-06-041-4/+3
* Removed special rules for lex- and yacc- generated files. The generalBruce Evans1998-06-041-12/+1
* Missing DPADD's.Peter Wemm1998-06-031-1/+4
* Add missing DPADD's.Peter Wemm1998-06-0311-11/+42
* Don't attempt to read process context from the kernel when (theBruce Evans1998-05-122-4/+4
* The yacc makefile changes don't seem to know when to generate theJohn Birrell1998-05-111-2/+2
* Add CROSS_TARGETS to the list of GASES to build. We end up with a separateJohn Birrell1998-05-111-2/+4
* Make a path absolute.John Birrell1998-05-111-2/+2
* Fix the path.John Birrell1998-05-051-2/+2
* Specify an absolute include path.John Birrell1998-05-054-20/+8
* One of those silently included files that just about guarantee thatJohn Birrell1998-05-051-0/+4
* The BINDIR definition is an extra directory level away, so include itJohn Birrell1998-05-054-4/+16
* Oops, missed the common part of gas.John Birrell1998-05-051-0/+23
* Support cross architectures by using specific directories instead ofJohn Birrell1998-05-048-272/+0
* i386 gas config files.John Birrell1998-05-0410-0/+300
* Alpha gas config files.John Birrell1998-05-0410-0/+300
* Support cross-architectures using sub-directories.John Birrell1998-05-042-13/+0
* Add support for cross-architecture gases. Since the GNU code doesn'tJohn Birrell1998-05-041-19/+6
* BINDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-047-35/+0
* Work out the list of emulations based on the cross-architecturesJohn Birrell1998-05-041-3/+14
* Add cross-architecture support.John Birrell1998-05-042-15/+20
* BINDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-042-10/+0
* BIDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-041-5/+0
* Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell1998-05-041-2/+2
* Remote i386 cross-architecture support. It's now configurable, and offJohn Birrell1998-05-041-3/+3
* Add cross-architecture support.John Birrell1998-05-043-24/+34
* Since the makefiles below binutils with the architecture extensionJohn Birrell1998-05-041-1/+5
* Add makefile support for cross-architectures. Allow CROSS_TOOLS toJohn Birrell1998-05-041-3/+7
* Simplified using new yacc rules. This is cosmetic - the old rulesBruce Evans1998-05-041-5/+4
* Fixed races in `make -jN' using new yacc rules. This also fixes plainBruce Evans1998-05-041-8/+2