Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish update for cvs-1.11.5. Some build-time tunables were moved from | peter | 2003-01-21 | 6 | -485/+39 |
| | | | | | | | | options.h to config.h.in and set via ./configure when built normally. Export some of the build knobs to the Makefile here, overridable from /etc/make.conf. Also get the version strings right. config.h was repocopied to config.h.proto, and we do a limited sed on it at build time now. | ||||
* | Dont bother with unused rules for version.c | peter | 2003-01-21 | 1 | -4/+1 |
| | |||||
* | Update for cvs-1.11.5 import (note to self: gotta fix the version tags) | peter | 2003-01-21 | 2 | -4/+4 |
| | |||||
* | The PowerPC-specfic scripttempl file was depreciated in favor of the generic | obrien | 2003-01-21 | 1 | -1/+1 |
| | | | | ELF one. | ||||
* | Reformat. | obrien | 2003-01-04 | 1 | -22/+24 |
| | |||||
* | Add the ability to debug C++ programs using v2 and v3 of the G++ ABI. | obrien | 2003-01-04 | 1 | -1/+1 |
| | | | | Submitted by: Peter Edwards <pmedwards@eircom.net> | ||||
* | GC 'char sigmap[]' (it is no longer used) | fjoe | 2003-01-04 | 1 | -40/+0 |
| | | | | | Approved by: obrien MFC after: 3 days | ||||
* | Make minimal changes to point the users to the Texinfo documentation | keramida | 2002-12-14 | 1 | -0/+7 |
| | | | | | | | | for more detailed information about sdiff(1). Hopefully this will make it easier to find how `interactive merging' works with sdiff. PR: docs/30618 Submitted by: mark@summersault.com | ||||
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
| | | | | Approved by: re | ||||
* | We need to support the bfd_efi_app_ia64_vec vector for loader support. | obrien | 2002-12-05 | 1 | -0/+1 |
| | | | | | Submitted by: Marcel Approved by: RE | ||||
* | Change the default emulation to elf64_sparc_fbsd. This emulation knows the | obrien | 2002-12-05 | 1 | -10/+16 |
| | | | | correct spelling of our rtld. | ||||
* | Set WARNS=0 as a temp work around until I can get access to an IA-64 box | obrien | 2002-12-05 | 1 | -0/+2 |
| | | | | | | to do this right. Approved by: RE | ||||
* | Change the default emulation to elf64_ia64_fbsd. This knows the proper | obrien | 2002-12-05 | 1 | -5/+13 |
| | | | | spelling of our rtld. | ||||
* | Don't dike out ELF_DYNAMIC_INTERPRETER, we need this copy now. | obrien | 2002-12-05 | 1 | -2/+1 |
| | | | | | | This should have been committed with ia64/bfd.h rev 1.6. Approved by: RE | ||||
* | C++ exceptions with shared libraries are working on sparc64 now. | kan | 2002-12-05 | 1 | -2/+0 |
| | | | | | | Build shared libstdc++so on sparc64 platform too. Approved: re (rwatson) | ||||
* | Update for Gcc 3.2.1 release. | obrien | 2002-12-04 | 2 | -80/+125 |
| | | | | We also have more wide char support in libc now. | ||||
* | Gperf is usable again. | obrien | 2002-12-04 | 1 | -2/+6 |
| | |||||
* | Sigh. Another wrong version string. However, this one isn't used in the | peter | 2002-12-04 | 2 | -2/+2 |
| | | | | | | build. Approved by: re | ||||
* | Oops. Use the correct version number. The number that was here was the | peter | 2002-12-03 | 2 | -2/+2 |
| | | | | | | one that I originally used on freefall etc. Approved by: re | ||||
* | Remove the ancient PEI cruft that is useless. | obrien | 2002-12-02 | 1 | -4/+0 |
| | |||||
* | We can handle the bfd_elf32_i386_vec vector at the same time as the | obrien | 2002-12-02 | 1 | -2/+2 |
| | | | | bfd_elf32_i386_freebsd_vec. This may help in intra-branch building. | ||||
* | We can handle the bfd_elf64_alpha_vec vector at the same time as the | obrien | 2002-12-02 | 1 | -2/+2 |
| | | | | bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building. | ||||
* | Cleaner support of a DEFAULT_VECTOR. | obrien | 2002-12-02 | 5 | -17/+21 |
| | |||||
* | Update for the Binutils 2.13.2 20021127 snapshot import. | obrien | 2002-12-02 | 1 | -8/+2 |
| | |||||
* | Handle the "HAVE_" defines via the VECS list. | obrien | 2002-12-02 | 7 | -14/+4 |
| | |||||
* | Update for the Binutils 2.13.2 20021127 snapshot import. | obrien | 2002-12-02 | 5 | -112/+225 |
| | | | | Among other things, we don't need to redefine ELF_DYNAMIC_INTERPRETER here. | ||||
* | Update for the Binutils 2.13.2 20021127 snapshot import. | obrien | 2002-12-02 | 7 | -9/+24 |
| | |||||
* | We now have insque(). | obrien | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | Binutils 2.13.2 is WARNS=2 clean for all our architectures. | obrien | 2002-12-02 | 1 | -5/+0 |
| | |||||
* | Update for the 2.13.2 2002-11-27 snapshot import. | obrien | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | Update bmake glue after 1.11.2.1-20021201 import. options.h is no longer | peter | 2002-12-02 | 4 | -653/+697 |
| | | | | | | | touched by configure in the autoconf system and a standard version is now used. Approved by: re | ||||
* | Remove files no longer part of the gcc_3_2_anoncvs_20021009 libstdc++. | obrien | 2002-11-27 | 1 | -1/+1 |
| | | | | Approved by: re(jhb) | ||||
* | Remove our custom mixed ELF/a.out support. This means the base compiler | obrien | 2002-11-26 | 1 | -7/+1 |
| | | | | | | | | now only produce ELF objects. It also makes us closer to stock GCC, and simplifies the set of changes we still need from stock GCC on every import. Applauded by: peter Approved by: re | ||||
* | Catch up with The Great Perl Script Rewrite. | ru | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local. | ru | 2002-11-18 | 5 | -874/+0 |
| | | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe | ||||
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 1 | -1/+3 |
| | |||||
* | Bootstrapping aid for 4.0-RELEASE. | ru | 2002-11-13 | 1 | -0/+3 |
| | |||||
* | Better emulate the FSF build for Sparc64. | obrien | 2002-11-06 | 1 | -0/+1 |
| | |||||
* | Build Objective-C runtime support library with thr-posix.c. | kan | 2002-10-30 | 1 | -1/+1 |
| | | | | | Submitted by: davidc Requested by: obrien | ||||
* | bsd.doc.mk changes: | ru | 2002-10-29 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call. | ||||
* | Don't dump core if none of the directories in /etc/manpath.config exist. | kris | 2002-10-27 | 1 | -0/+3 |
| | | | | Submitted by: terry | ||||
* | A version of SGR disabling stuff that is believed to be safe. | ru | 2002-10-24 | 1 | -8/+1 |
| | | | | Submitted by: Werner LEMBERG <wl@gnu.org> | ||||
* | Remove the hack to build groff statically on alpha, now that the rtld | gallatin | 2002-10-23 | 1 | -6/+0 |
| | | | | | | | | has been extended to grok binaries with only one PLT_LOAD segment An UPDATING entry about this is pending review.. Approved by: ru | ||||
* | A crude temporary hack to fix building of ms(7) formatted documents | ru | 2002-10-23 | 1 | -1/+8 |
| | | | | while I am working on a real fix. | ||||
* | Add support for sparc64 kernel debugging. | mp | 2002-10-21 | 1 | -5/+64 |
| | | | | Submitted by: tmm | ||||
* | Grammar nits. | ru | 2002-10-21 | 1 | -2/+2 |
| | | | | Submitted by: Ken Stailey <kstailey@speakeasy.net> | ||||
* | Make static in our normal manner. | obrien | 2002-10-21 | 1 | -1/+1 |
| | | | | Submitted by: bde | ||||
* | Unbreak Alpha world. | obrien | 2002-10-21 | 1 | -0/+6 |
| | | | | | | | | | We are seeing "/usr/libexec/ld-elf.so.1: groff: too few PT_LOAD segments", however it appears that there really is only one PT_LOAD segment in the groff binary. It is unclear if `rtld' or `ld' is at fault here -- but using an RELENG_4 `ld' binary allows one to build a working dynamic groff binary. Submitted by: gallatin | ||||
* | GDB 5.2.1 doesn't build on sparc64 right now. | obrien | 2002-10-20 | 1 | -2/+1 |
| | |||||
* | We HAVE_STPCPY now. | obrien | 2002-10-20 | 16 | -30/+29 |
| |