aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/c++filt
Commit message (Collapse)AuthorAgeFilesLines
* This duplicates gnu/usr.bin/cc/c++filt.David E. O'Brien1999-04-182-18/+0
| | | | Notes: svn path=/head/; revision=45772
* Add missing DPADD's.Peter Wemm1998-06-031-1/+2
| | | | Notes: svn path=/head/; revision=36615
* BINDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-041-5/+0
| | | | | | | issues with this utility. Notes: svn path=/head/; revision=35715
* Give up on a.out support in binutils. It has too many problems toJohn Polstra1998-03-301-0/+5
| | | | | | | | | | be worth much effort. Install all i386 binutils programs in "/usr/libexec/elf". Disable a.out support in libbfd. It's too dangerous to leave it in. Some of the utilities think they can handle a.out, but they generate bad object files. Notes: svn path=/head/; revision=34955
* Add bmakefiles for building binutils from the contrib tree.John Polstra1998-03-012-0/+17
This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it. Notes: svn path=/cvs2svn/branches/JDP/; revision=33975