| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-12 | fix previous (MKSHARE=no support) | lukem | |
| 2004-01-12 | support MKSHARE=no | lukem | |
| 2004-01-04 | bump version to 1.11.11. sync w/ config.h.in. noted by naoki fukaumi | itojun | |
| 2004-01-02 | Enable alpha kcore support. | nathanw | |
| 2003-12-12 | Needs USETBL or the ms man page comes out wrong. | jmc | |
| 2003-12-11 | Alpha uses software single-step. Lost in the 5.0->5.3 conversion. | nathanw | |
| Addresses PR toolchain/23672. | |||
| 2003-12-11 | Fix 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-08 | initial GCC3 support for VAX. (barely tested). No PIC support (aka no | matt | |
| 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-07 | MD glue for binutils on sh5. | scw | |
| 2003-12-07 | Use -O1 to compile cppmacro.c on ns32k to avoid an ICE. | simonb | |
| 2003-12-07 | Include gthr-single.h instead of gthr-posix.h on ns32k now. | simonb | |
| 2003-12-07 | Update for gcc 3.3.2 support (with in-tree binutils). | scw | |
| 2003-12-05 | Install the MMX/SSE/Altivec include files that gcc provides. | matt | |
| 2003-12-05 | Add ns32k binutils 2.14 support. | simonb | |
| 2003-12-05 | Add ns32k GCC3 support. | simonb | |
| 2003-12-05 | regenerate with a working compiler | mrg | |
| 2003-12-05 | regenerate these such that they (mostly) work.. | mrg | |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan | |
| 2003-12-04 | regenerate non-broken | mrg | |
| 2003-12-04 | build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils | mrg | |
| as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used. | |||
| 2003-12-03 | delete these long long obsolete versions | mrg | |
| 2003-12-03 | switch everyone to binutils 2.14. it's confirmed to work on all the | mrg | |
| platforms that actually build at the moment... | |||
| 2003-12-03 | new configurations for all supported platforms tested and known working | mrg | |
| 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-01 | Move _initialize_corelow() back to before _initialize_nbsd_thread() so that | nathanw | |
| threaded core debugging is enabled. | |||
| 2003-11-28 | Revert 2.14 mknative (with expanded local paths!) while we're forced at | simonb | |
| 2.13.2.1; needed to get clean -current building again. | |||
| 2003-11-28 | Revert part of binutils 2.14 framework; needed to get clean -current | simonb | |
| building again. | |||
| 2003-11-27 | framework to build binutils 2.14. note lib{bfd,opcodes,iberty} framework | mrg | |
| 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-27 | gdb 5.0 is gone. | mrg | |
| 2003-11-24 | Add ifdefed inits for TUI and if 0'ed _initialize_nbsd_thread (not yet). | uwe | |
| 2003-11-24 | DEFAULT_BFD_VEC should be little endian bfd_elf32_shlnbsd_vec. | uwe | |
| 2003-11-16 | add fini.lo to CLEANFILES | lukem | |
| 2003-11-16 | support MAKEVERBOSE | lukem | |
| 2003-11-16 | Use .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-10 | Add thread support. | matt | |
| 2003-11-10 | Make version 5.3nb1 | matt | |
| 2003-11-10 | Enable nbsd-thread. | matt | |
| Make version 5.3nb1. | |||
| 2003-11-08 | Set optimizing to -O0 for vax (was -O1 before), otherwise awk | ragge | |
| gets internal errors when used. | |||
| 2003-11-07 | be sure to default to bfd_elf32_bigarm_vec not bfd_elf32_littlearm_vec | mrg | |
| 2003-11-05 | build ra-colorize.c with -O0 until the bug that causes it to have dozens | mrg | |
| of undefined references to local symbols is fixed. | |||
| 2003-11-04 | Add "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-04 | Regen for TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END fix in config.gcc. | scw | |
| 2003-11-03 | Install grohtml(1). | wiz | |
| 2003-11-02 | Add "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-31 | First cut at implementing software single stepping for sh3. We need | uwe | |
| 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-28 | replace $(SHELL) with ${HOST_SH} | lukem | |
| 2003-10-28 | Default to the little-endian bfd_elf32_shlnbsd_vec. | uwe | |
| 2003-10-28 | compile (but not run-time) tested sh3eb-netbsdelf-gdb support. | mrg | |
| 2003-10-28 | Item 1 - mention that you can configure and build in a scratch | uwe | |
| 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-27 | compile-tested sun2 support for GDB 5.3. | mrg | |
