Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-31 | regen'd. | Marc Espie | |
Correct line numbers. Note that autoconf 2.13 is slightly different from the version originally used in binutils 2.10 (namely the mmap and alloca tests have been slightly modified, with no consequences for us... the changes are mostly for C++ compatibility). | |||
2001-01-31 | Spacing | Marc Espie | |
2001-01-31 | Switch alpha to ELF. | Artur Grabowski | |
2001-01-17 | Remove libiberty from the list of dependencies, since we use the install | Marc Espie | |
version. | |||
2001-01-16 | Enforce building stuff at compile time, not install time. | Marc Espie | |
2000-12-30 | Install history.h in install (PR 1478) | Angelos D. Keromytis | |
2000-12-19 | -libiberty is a bogus dependency, so remove it, as we share it with egcs. | Marc Espie | |
PR 1571. | |||
2000-11-20 | Make new binutils compile on Alpha again; ok espie@ | tomo | |
2000-11-10 | Backout last change, broke as emulation order | Miod Vallat | |
2000-10-29 | Pull updated file from binutils CVS : fixes tons of warnings, espie@ ok | Miod Vallat | |
2000-10-29 | Repair mips-based targets, espie@ ok | Miod Vallat | |
2000-10-25 | Add shared library awareness to powerpc gdb. Uses the "standard" SVR4 solib | Dale Rahn | |
support. Ok'ed by espie and deraadt. | |||
2000-10-20 | Add support for major/minor version numbers. | Marc Espie | |
Testing by Dale. Ok'd deraadt@ | |||
2000-10-06 | ${SHELL} move-if-changed | David Leonard | |
2000-10-03 | More format string paranoia; deraadt@ ok | Aaron Campbell | |
2000-09-21 | Fix man pages for good. | Marc Espie | |
2000-09-19 | install tools and scripts in libdata; espie | Theo de Raadt | |
2000-09-17 | More DESTDIR | Marc Espie | |
2000-09-15 | Add powerpc-openbsd to list of supported systems. | Dale S. Rahn | |
2000-09-14 | Lost manpages (gdb and objdump) | Marc Espie | |
2000-09-14 | Some installation problems: older gnu programs don't know about DESTDIR, | Marc Espie | |
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location) | |||
2000-09-14 | Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop. | Marc Espie | |
Thanks, Dale. | |||
2000-09-13 | Allow make clean to proceed. | Marc Espie | |
(This is probably a work-around for a bug in ksh) | |||
2000-09-12 | Need to mention where to install binutils... | Marc Espie | |
2000-09-12 | Recognize sparc/i386/m68k-openbsd, and use the netbsd emulation then. | Marc Espie | |
2000-09-12 | Allow gen-aout.c to compile on something other than #@#!%linux | Marc Espie | |
2000-09-12 | remove cygnus tree gdb dependencies: we definitely don't want to depend | Marc Espie | |
on tcl there. This should restore the tree to build status, even though patches are still pending. | |||
2000-09-12 | Configure the right directories depending on arch. | Marc Espie | |
2000-09-12 | Adapt gdb to function name change in bfd. | Marc Espie | |
2000-09-12 | Change make_tempname() interface to create file or directory when needed. | Marc Espie | |
Use the new interface to call safe mkstemp or mkdtemp when available. | |||
2000-09-12 | Avoid calls to insecure choose_temp_base | Marc Espie | |
2000-09-12 | Check for mkdtemp and mkstemp. | Marc Espie | |
2000-09-12 | Do not build cxxfilt, the -current version lies with gcc | Marc Espie | |
2000-09-12 | link against installed libiberty | Marc Espie | |
2000-09-12 | Resolve other problems that dumb cvs can't find out by itself. | Marc Espie | |
(trivial part done, `interesting' patches remain) | |||
2000-09-12 | Help stupid cvs fixing basic conflicts. | Marc Espie | |
2000-09-12 | Import binutils-2.10 | Marc Espie | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2000-09-07 | Remove unwanted MANSUBDIR that crept in from my private tree | Marc Espie | |
2000-08-04 | Overriding SUBDIRS from make command line no longer works for | Marc Espie | |
recursive Makefile (in this case, this will miss doc subdirs), so pass it in the environment instead, and tweak Makefile after configure slightly so that main SUBDIRS can be changed. Also remove config/config.status rule duplication by use of .USE. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-05-30 | Install history.h in /usr/include/readline, PR 934 | Angelos D. Keromytis | |
1999-12-22 | i thought hppa is there long time ago | Michael Shalayeff | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-14 | Kill remaining instances of mktemp, direct and indirect. | Marc Espie | |
1999-06-18 | Kill old libiberty, use the one under egcs now. | Marc Espie | |
1999-06-18 | build objdump for all archs. | Marc Espie | |
1999-06-18 | Don't build c++filt, as it is ancient compared to egcs version. | Marc Espie | |
1999-06-01 | Make gdb on mips understand corefile contents | Per Fogelstrom | |
1999-05-02 | Obvious typo in previous commit; niklas@ | Marc Espie | |
1999-05-01 | Let Makefiles pass infodir and bindir thru recursive invocation, | Marc Espie | |
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets... |