summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2004-01-12fix previous (MKSHARE=no support)lukem
2004-01-12support MKSHARE=nolukem
2004-01-04bump version to 1.11.11. sync w/ config.h.in. noted by naoki fukaumiitojun
2004-01-02Enable alpha kcore support.nathanw
2003-12-12Needs USETBL or the ms man page comes out wrong.jmc
2003-12-11Alpha uses software single-step. Lost in the 5.0->5.3 conversion.nathanw
Addresses PR toolchain/23672.
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist complained of missing files. * move kerberos- and kerberos 4-only files into new flists, distrib/sets/lists/*/krb.* * make the flist generators grok MKKERBEROS{,4} variables * fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no. 9 out of 10 experts agree that it is ludicrous to build w/ KERBEROS4 and w/o KERBEROS5. * fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no. * omit some Kerberos-only subdirectories from the build as MKKERBEROS{,4} indicate (I acknowledge the sentiment that flists are the wrong way to go, and that the makefiles should produce the metalog directly. That sounds to me like the right way to go, but I am not prepared to do revamp all the makefiles. While my approach is expedient, it fits painlessly within the current build architecture until we are delivered from flist purgatory, and it does not postpone our delivery. Fair enough?)
2003-12-08initial GCC3 support for VAX. (barely tested). No PIC support (aka nomatt
shared libraries). This is an initial step to full GCC3 support for VAX.
2003-12-07 - Work around a gcc3 ICE when building reload1.c at -O2 on sh5:scw
Compile reload1.c at -O1. - Work around a fatal warning when building function.c on sh5: Define NOGCCERROR to disable -Werror.
2003-12-07MD glue for binutils on sh5.scw
2003-12-07Use -O1 to compile cppmacro.c on ns32k to avoid an ICE.simonb
2003-12-07Include gthr-single.h instead of gthr-posix.h on ns32k now.simonb
2003-12-07Update for gcc 3.3.2 support (with in-tree binutils).scw
2003-12-05Install the MMX/SSE/Altivec include files that gcc provides.matt
2003-12-05Add ns32k binutils 2.14 support.simonb
2003-12-05Add ns32k GCC3 support.simonb
2003-12-05regenerate with a working compilermrg
2003-12-05regenerate these such that they (mostly) work..mrg
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04regenerate non-brokenmrg
2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg
as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used.
2003-12-03delete these long long obsolete versionsmrg
2003-12-03switch everyone to binutils 2.14. it's confirmed to work on all themrg
platforms that actually build at the moment...
2003-12-03new configurations for all supported platforms tested and known workingmrg
on these platforms so far: - alpha, arm, i386, mipseb, mipsel, sparc64 built but not yet tested on: - armeb, sparc, amd64 build errors (mostly not related) on: - hppa, m68000, m68k, macppc, sh3el, sh3eb, vax XXX again this is not everything required; many other changes in XXX already used files are left out.
2003-12-01Move _initialize_corelow() back to before _initialize_nbsd_thread() so thatnathanw
threaded core debugging is enabled.
2003-11-28Revert 2.14 mknative (with expanded local paths!) while we're forced atsimonb
2.13.2.1; needed to get clean -current building again.
2003-11-28Revert part of binutils 2.14 framework; needed to get clean -currentsimonb
building again.
2003-11-27framework to build binutils 2.14. note lib{bfd,opcodes,iberty} frameworkmrg
is moving here, keeping everything together. tested with: vax (old config), mac68k (old config), i386 (new config) and shark (new config). tested i386 binaries only so far, but the system seems to be surviving the self-hosted test. XXX: note that this isn't *all* the bits required to run a binutils 2.14 world for arm or i386; these will come soon enough...
2003-11-27gdb 5.0 is gone.mrg
2003-11-24Add ifdefed inits for TUI and if 0'ed _initialize_nbsd_thread (not yet).uwe
2003-11-24DEFAULT_BFD_VEC should be little endian bfd_elf32_shlnbsd_vec.uwe
2003-11-16add fini.lo to CLEANFILESlukem
2003-11-16support MAKEVERBOSElukem
2003-11-16Use .lo for host tool objects.lukem
Use CPPFLAGS.file correctly (CPPFLAGS.foo.c _not_ CPPFLAGS.foo.o !) Support MAKEVERBOSE. Be consistent about make(1) variable use.
2003-11-10Add thread support.matt
2003-11-10Make version 5.3nb1matt
2003-11-10Enable nbsd-thread.matt
Make version 5.3nb1.
2003-11-08Set optimizing to -O0 for vax (was -O1 before), otherwise awkragge
gets internal errors when used.
2003-11-07be sure to default to bfd_elf32_bigarm_vec not bfd_elf32_littlearm_vecmrg
2003-11-05build ra-colorize.c with -O0 until the bug that causes it to have dozensmrg
of undefined references to local symbols is fixed.
2003-11-04Add "target kcore" to gdb53/sparc64.hannken
Taken verbatim from the old gdb in src/gnu/dist/toolchain/gdb. Approved by: Christos Zoulas <christos@netbsd.org>
2003-11-04Regen for TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END fix in config.gcc.scw
2003-11-03Install grohtml(1).wiz
2003-11-02Add "target kcore" to gdb53/sparc.hannken
Taken verbatim from the old gdb in src/gnu/dist/toolchain/gdb. Approved by: Christos Zoulas <zoulas@netbsd.org>
2003-10-31First cut at implementing software single stepping for sh3. We needuwe
it because sh3 ports don't provide PT_STEP. It is finally possible to run programs under gdb now, though there are still issues to be resolved. It was deemed useful enough to commit early, while the work is still in progress. Tested on hpcsh. Blessed by christos@.
2003-10-28replace $(SHELL) with ${HOST_SH}lukem
2003-10-28Default to the little-endian bfd_elf32_shlnbsd_vec.uwe
2003-10-28compile (but not run-time) tested sh3eb-netbsdelf-gdb support.mrg
2003-10-28Item 1 - mention that you can configure and build in a scratchuwe
directory, thus saving the trouble of doing distclean and cvs update. Item 4 - it's defs.mk, not defs.h. New bullet - in defs.mk set G_BFD_CPPFLAGS from `tdefaults' variable of the generated bfd/Makefile.
2003-10-27compile-tested sun2 support for GDB 5.3.mrg