Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-02 | enable gdb in sparc64; deraadt@ ok. | Federico G. Schwindt | |
2002-04-02 | update to a more recent version. should fix the getcwd corruption | Federico G. Schwindt | |
seen in sparc64 gdb; deraadt@ ok. | |||
2002-04-02 | Leave space for terminating NULL if empty symbol table. from bfd-current | Federico G. Schwindt | |
via pr 2447; deraadt@ ok. | |||
2002-04-02 | sparc64 support. | Federico G. Schwindt | |
2002-04-02 | wrap sparc64 specific things around ifdef to avoid pollution in sparc. | Federico G. Schwindt | |
2002-04-02 | don't use a specific file for sparc64 defines, move them to tm-sp64.h. | Federico G. Schwindt | |
also, i change the GDB_TARGET_IS_SPARC64 back to old behavior, is not that hard to back port things from gdb-current. | |||
2002-04-02 | move things around so host part can be reused by sparc64. | Federico G. Schwindt | |
2002-04-01 | unbreak gdb in sparc with my last commit. | Federico G. Schwindt | |
2002-04-01 | deal with stack bias in sparc64. | Federico G. Schwindt | |
2002-04-01 | sparc64 native defines to compensate for stack bias. | Federico G. Schwindt | |
2002-03-31 | sparc64 host configuration. | Federico G. Schwindt | |
2002-03-31 | fixed my previous commit. | Federico G. Schwindt | |
2002-03-31 | define GDB_TARGET_IS_SPARC64 to 1; from gdb-current. | Federico G. Schwindt | |
helps back porting sparc-tdep.c stuff needed by sparc64 gdb. | |||
2002-03-31 | sparc64 native support; from NetBSD. | Federico G. Schwindt | |
more pieces are comming. | |||
2002-03-31 | workaround a problem in vax; some malloc() order is causing this if among | Federico G. Schwindt | |
valid lengths are 0 length malloc's. tested by miod@, deraadt@ ok. | |||
2002-03-31 | recognize coredumps in sparc64 (for gdb); deraadt@ ok. | Federico G. Schwindt | |
2002-03-24 | remove /lib and /usr/local/lib from the default search path for the | Brad Smith | |
native linker. -- Ok'd by: pval@, fgsch@ and espie@ | |||
2002-03-22 | Pass INSTALL_STRIP in LDFLAGS. Allows debugging without tweaking the file. | Marc Espie | |
Sync with /usr/share/mk: CXXOPTS. noticed by mpech@ | |||
2002-03-19 | When one shared library requires another, it will try to locate the | Peter Valchev | |
required shared library and include it in the link if it's not specified explicitly. This change makes ld look at the -L arguments specified, and build search path. This avoids the need for -rpath-link, and somewhat resembles the a.out linker behaviour. However behaviour of -rpath and -rpath-link is still preserved as a GNU extension. ok drahn, espie looked at it too | |||
2002-03-13 | User may specify a suffix longer than 3 characters. Take this into | Todd C. Miller | |
account when sanity checking buffer size; itojun@ | |||
2002-03-07 | revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok. | Federico G. Schwindt | |
2002-03-07 | workaround a gcc bug on vax; hugh@ ok | Federico G. Schwindt | |
2002-02-28 | Remove feature-poor GPL'd deroff clone, we have a better, BSD-licensed one now. | Todd C. Miller | |
2002-02-26 | fix errx(3) arg. | Federico G. Schwindt | |
2002-02-17 | Get gdb (mostly) working on vax. Work by bjc@. | Hugh Graham | |
2002-02-14 | From NetBSD: | Federico G. Schwindt | |
Deal with weak symbols when looking up in shared libraries; tested by marc@ miod@ and myself. | |||
2002-02-13 | Changes necessary to configure vax. Confirmed by miod + theo. | Hugh Graham | |
2002-02-10 | spelling | Theo de Raadt | |
2002-01-08 | Allow a CVS tagname to be expanded during checkout, export and update to be | Thorsten Lockert | |
specified on the command line; ok niklas@ pval@ | |||
2001-12-27 | Fix the brain-dead assembler to correctly handle opcodes which have no | Miod Vallat | |
arguments (such as rte) but do not appear exactly at the end of a line (i.e. whitespace follows) instead of reporting (incorrectly) "parameter syntax error". | |||
2001-12-27 | Unbreak confusion between duplicated, but slightly different, m88k assembler | Miod Vallat | |
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h). | |||
2001-12-26 | When cross compiling, by all means prevent the native <machine/exec.h> to be | Miod Vallat | |
picked up. This enables sparc->foo cross-ld to build (don't ask). | |||
2001-12-24 | Hooks to enable building a cross-ld for mvme88k. | Miod Vallat | |
2001-11-25 | More MID for m88k updates, grr! | Miod Vallat | |
2001-11-24 | Update mvme88k MID value here too. | Miod Vallat | |
2001-11-24 | for openbsd 3.1+, don't even bother trying to pick libdl, since it is dead. | Peter Valchev | |
ok millert geez, i wrote that without a single mistake, amusing | |||
2001-11-21 | Dummy out aclocal, autoconf, automake, and autoheader since there | Todd C. Miller | |
are still things in cvs's Makefile.in files that will attempt to run e.g. autoheader. Doing this here should mean we don't get hosed again the next time cvs is updated. I believe Marc Espie suggested something similar a while ago. | |||
2001-11-14 | Change Vax aout magic and set binary page size to 4k. | Hugh Graham | |
2001-11-08 | fixes netbsd PR #10940 and also uses main program's library search | Federico G. Schwindt | |
path in dlopen(), from netbsd as well. | |||
2001-11-07 | Only mktemp /tmp/pbad.XXXXXXXXXX when we need it, otherwise we end | Todd C. Miller | |
up with a turd in /tmp in the unused cases. Add a sparc64 category now that gnats has one. | |||
2001-11-06 | start editor in an empty line as used to be; deraadt@ agrees. | Federico G. Schwindt | |
2001-10-30 | correct open() checks | Theo de Raadt | |
2001-10-25 | Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and use | Marc Espie | |
them. | |||
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier | |
2001-10-09 | Add missing rule for B::CC.ps3p; Hans-Guenter Weigand | Todd C. Miller | |
2001-10-06 | Do not attempt to rebuild Makefile.in, configure, config.h.in or | Todd C. Miller | |
stamp-h1.in. Modifying files in the source tree considered harmful. | |||
2001-10-04 | avoid /tmp races by using mktemp(1) | Todd C. Miller | |
2001-09-30 | Don't pass $DESTDIR where generated Makefiles already handle it | Thorsten Lockert | |
2001-09-30 | Install where we expect | Thorsten Lockert | |
2001-09-30 | Build in and install from obj directory | Thorsten Lockert | |