summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)peter2003-01-212-4/+4
|
* The PowerPC-specfic scripttempl file was depreciated in favor of the genericobrien2003-01-211-1/+1
| | | | ELF one.
* Reformat.obrien2003-01-041-22/+24
|
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.obrien2003-01-041-1/+1
| | | | Submitted by: Peter Edwards <pmedwards@eircom.net>
* GC 'char sigmap[]' (it is no longer used)fjoe2003-01-041-40/+0
| | | | | Approved by: obrien MFC after: 3 days
* Make minimal changes to point the users to the Texinfo documentationkeramida2002-12-141-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".ru2002-12-121-1/+1
| | | | Approved by: re
* We need to support the bfd_efi_app_ia64_vec vector for loader support.obrien2002-12-051-0/+1
| | | | | Submitted by: Marcel Approved by: RE
* Change the default emulation to elf64_sparc_fbsd. This emulation knows theobrien2002-12-051-10/+16
| | | | correct spelling of our rtld.
* Set WARNS=0 as a temp work around until I can get access to an IA-64 boxobrien2002-12-051-0/+2
| | | | | | to do this right. Approved by: RE
* Change the default emulation to elf64_ia64_fbsd. This knows the properobrien2002-12-051-5/+13
| | | | spelling of our rtld.
* Don't dike out ELF_DYNAMIC_INTERPRETER, we need this copy now.obrien2002-12-051-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.kan2002-12-051-2/+0
| | | | | | Build shared libstdc++so on sparc64 platform too. Approved: re (rwatson)
* Update for Gcc 3.2.1 release.obrien2002-12-042-80/+125
| | | | We also have more wide char support in libc now.
* Gperf is usable again.obrien2002-12-041-2/+6
|
* Sigh. Another wrong version string. However, this one isn't used in thepeter2002-12-042-2/+2
| | | | | | build. Approved by: re
* Oops. Use the correct version number. The number that was here was thepeter2002-12-032-2/+2
| | | | | | one that I originally used on freefall etc. Approved by: re
* Remove the ancient PEI cruft that is useless.obrien2002-12-021-4/+0
|
* We can handle the bfd_elf32_i386_vec vector at the same time as theobrien2002-12-021-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 theobrien2002-12-021-2/+2
| | | | bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building.
* Cleaner support of a DEFAULT_VECTOR.obrien2002-12-025-17/+21
|
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-021-8/+2
|
* Handle the "HAVE_" defines via the VECS list.obrien2002-12-027-14/+4
|
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-025-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.obrien2002-12-027-9/+24
|
* We now have insque().obrien2002-12-021-1/+1
|
* Binutils 2.13.2 is WARNS=2 clean for all our architectures.obrien2002-12-021-5/+0
|
* Update for the 2.13.2 2002-11-27 snapshot import.obrien2002-12-021-2/+2
|
* Update bmake glue after 1.11.2.1-20021201 import. options.h is no longerpeter2002-12-024-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++.obrien2002-11-271-1/+1
| | | | Approved by: re(jhb)
* Remove our custom mixed ELF/a.out support. This means the base compilerobrien2002-11-261-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.ru2002-11-181-1/+1
|
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.ru2002-11-185-874/+0
| | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-131-1/+3
|
* Bootstrapping aid for 4.0-RELEASE.ru2002-11-131-0/+3
|
* Better emulate the FSF build for Sparc64.obrien2002-11-061-0/+1
|
* Build Objective-C runtime support library with thr-posix.c.kan2002-10-301-1/+1
| | | | | Submitted by: davidc Requested by: obrien
* bsd.doc.mk changes:ru2002-10-291-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.kris2002-10-271-0/+3
| | | | Submitted by: terry
* A version of SGR disabling stuff that is believed to be safe.ru2002-10-241-8/+1
| | | | Submitted by: Werner LEMBERG <wl@gnu.org>
* Remove the hack to build groff statically on alpha, now that the rtldgallatin2002-10-231-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 documentsru2002-10-231-1/+8
| | | | while I am working on a real fix.
* Add support for sparc64 kernel debugging.mp2002-10-211-5/+64
| | | | Submitted by: tmm
* Grammar nits.ru2002-10-211-2/+2
| | | | Submitted by: Ken Stailey <kstailey@speakeasy.net>
* Make static in our normal manner.obrien2002-10-211-1/+1
| | | | Submitted by: bde
* Unbreak Alpha world.obrien2002-10-211-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.obrien2002-10-201-2/+1
|
* We HAVE_STPCPY now.obrien2002-10-2016-30/+29
|
* Revert last delta. SGR support in grotty(1) is disabled system-wideru2002-10-181-1/+1
| | | | in /usr/share/tmac/troffrc pending the issue resolution on -arch.
* Take a guess at what WARNS level will make this compile on ia64.obrien2002-10-141-1/+1
|
OpenPOWER on IntegriCloud