Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libxpg4 | ache | 2000-06-04 | 2 | -4/+4 |
| | |||||
* | Scoot things over to the temporary *.295 source while I do major construction | obrien | 2000-06-04 | 5 | -6/+6 |
| | | | | on the mainline sources. | ||||
* | Restore backwards compatible -R option. | ru | 2000-05-30 | 1 | -1/+1 |
| | | | | | | Broken in revision 1.17. Noticed by: hoek | ||||
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
| | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others | ||||
* | IPv6 support. | ume | 2000-05-25 | 7 | -95/+239 |
| | | | | Add $FreeBSD$. | ||||
* | Move c-decl.c out of the common libcc_int.a into the binary Makefiles | obrien | 2000-05-24 | 3 | -3/+4 |
| | | | | | | | | | | | | | | where it is used. c-decl has symbols that conflict with several of the cc1plus sources. GNU `ld' was changed in Dec 1999 to be more be compatable with the way that other linkers work (specifically in the Solaris linker). The 2.9.1 `ld', did the Wrong Thing in that if a library contained a common symbol that matched a definition of that symbol in another (already linked in object) it would also be linked in, even if there was no other reason to do so. This is wrong. The library should only be linked in if it contains non-common, non-weak symbols which are needed by previously linked in objects. | ||||
* | Don't allow people to create new PRs with a 'wish' class. | steve | 2000-05-24 | 2 | -3/+3 |
| | | | | Requested by: Sheldon Hearn <sheldonh@uunet.co.za> | ||||
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
| | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd | ||||
* | Updated 2.10 headers. | obrien | 2000-05-22 | 2 | -71/+1187 |
| | |||||
* | Tweaks to match those done in the Binutils mainline code. | obrien | 2000-05-22 | 1 | -1/+4 |
| | |||||
* | version 2.10 config file. | obrien | 2000-05-22 | 1 | -71/+200 |
| | |||||
* | Conditionally define "CROSS_COMPILE" here. | obrien | 2000-05-22 | 4 | -2/+15 |
| | |||||
* | Pull the switch and activate our Binutils to a snapshot of the up and | obrien | 2000-05-22 | 22 | -300/+2609 |
| | | | | comming 2.10 release. | ||||
* | Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages. | hoek | 2000-05-21 | 1 | -3/+3 |
| | | | | PR: bin/5693 docs/9352 | ||||
* | callback.c is not really used, nor is it part of GDB 4.18. | obrien | 2000-05-17 | 1 | -1/+1 |
| | |||||
* | Don't forget to clean "grog". | bde | 2000-05-15 | 1 | -7/+3 |
| | | | | | | | | | | Don't use MANDEPEND. It hasn't had anything to do with dependencies for 5-6 years, but is still being used, mainly in groff/*/Makefile, where it amounts to just a macro giving the list of generated man pages. Since all man pages in groff are generated (from .man to .[1-9]), it's simpler to use the source names ({$MANX}) to give the list. Fixed some other style bugs. | ||||
* | Don't forget to clean f77.1. | bde | 2000-05-15 | 1 | -2/+4 |
| | | | | Don't use "+=" for variables that are only set once. | ||||
* | Use a alternate side 2.9.1 source tree while upgrading Binutils. | obrien | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | mdoc cleanup: use .Nm macro correctly, don't non mdoc macro | phantom | 2000-05-10 | 1 | -4/+5 |
| | |||||
* | Update device references. | kris | 2000-05-07 | 1 | -3/+3 |
| | |||||
* | Only set $MAIL_AGENT if it isn't already defined in the environment. | nik | 2000-04-30 | 1 | -1/+1 |
| | | | | | | | No idea why this was sent in as a docs bug. . . PR: docs/17014 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> | ||||
* | Add support for debugging programs using libc_r's implementation of | dfr | 2000-04-29 | 5 | -28/+1160 |
| | | | | pthreads. | ||||
* | Add a new wishlist category. | steve | 2000-04-18 | 2 | -3/+5 |
| | |||||
* | Perl lib configuration for IA-64 (along with PPC and arm32) | obrien | 2000-04-17 | 6 | -0/+3602 |
| | |||||
* | Fix the .PATH style nits. Other style nits left for later. | obrien | 2000-04-17 | 2 | -15/+14 |
| | |||||
* | Use the non-asm routines for IA-64, PPC, and arm32 ports. | obrien | 2000-04-17 | 2 | -2/+2 |
| | |||||
* | Add sparcnetbsd support and cleanup style so that this looks nearly | steve | 2000-04-16 | 1 | -7/+9 |
| | | | | identical to Makefile.sparc. | ||||
* | Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc and | steve | 2000-04-16 | 1 | -4/+13 |
| | | | | sparc64. | ||||
* | Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64 | steve | 2000-04-16 | 4 | -0/+2400 |
| | | | | | | might need some adjusting for the size of long long and long double. Reviewed and approved by: markm | ||||
* | Use the non-asm routines (for now) on the sparc and sparc64 ports. | steve | 2000-04-15 | 2 | -0/+11 |
| | |||||
* | The MANSECT environment variable was misrepresented as MANSEC. Fixed. | sheldonh | 2000-04-05 | 1 | -2/+2 |
| | | | | | PR: 17745 Submitted by: nordwick@askjeeves.com (Jason "Just Change It" Nordwick) | ||||
* | Add a '+' to the first LDADD, otherwise it clobbers the LDADD in | gj | 2000-04-04 | 1 | -1/+1 |
| | | | | | | Makefile.alpha such that the -lkvm disappears and the link fails. This time I tested it, honest :) | ||||
* | Fix unsafe tempfile creation. This file is already off the vendor | sheldonh | 2000-04-03 | 1 | -12/+13 |
| | | | | | | | | | branch. Although this problem has been reported to the GNU folks, it's unlikely that any solution they may come up with will involve the use of mktemp(1). PR: 16942 Submitted by: Colin Phipps <crp22@cam.ac.uk> | ||||
* | Add support for sunos_big_vec to support 'make world's on Solaris | steve | 2000-04-03 | 1 | -8/+4 |
| | | | | boxes. | ||||
* | Add support for the sunos_big_vec format as well. | steve | 2000-04-03 | 1 | -4/+7 |
| | |||||
* | Build and install the elf32_sparc ld(1) scripts and make elf32_sparc | steve | 2000-04-03 | 1 | -1/+13 |
| | | | | the default emulation. | ||||
* | Enable Haifa on sparc64 as well. | steve | 2000-04-02 | 1 | -1/+1 |
| | |||||
* | First cut at the (non-contrib) bits needed to build the binutils | steve | 2000-04-02 | 11 | -0/+3118 |
| | | | | | | distribution for FreeBSD/Sparc64. Reviewed by: obrien | ||||
* | The ld directory is in ${SRCDIR} not ${BINUTILSDISTDIR}. | steve | 2000-04-02 | 1 | -1/+1 |
| | |||||
* | Add additional path for info to /usr/X11R6/info. This will allow | asmodai | 2000-04-01 | 1 | -1/+1 |
| | | | | people to actually look at the info files for gdk and gtk for example. | ||||
* | Get the installed headers list right. | obrien | 2000-03-30 | 1 | -1/+1 |
| | |||||
* | Switch over to using the GCC 2.95 Objc library code. | obrien | 2000-03-30 | 1 | -13/+26 |
| | |||||
* | Fixed wrong path to libperl in DPADD. | bde | 2000-03-27 | 1 | -4/+7 |
| | | | | | | | | | Fixed wrong path to libperl in LDADD in some funky objdir setups. Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed misformatting of $FreeBSD$. | ||||
* | Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local static | bde | 2000-03-27 | 13 | -77/+31 |
| | | | | | | | libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting of $FreeBSD$). | ||||
* | Don't abuse LDADD for holding linker flags. Doing so broke | bde | 2000-03-27 | 2 | -6/+4 |
| | | | | | | | `make checkdpadd'. Linker flags (ones passed via ${CC}) go in LDFLAGS. Fixed some style bugs (misformatting of $FreeBSD$). | ||||
* | Fixed missing DPADD. | bde | 2000-03-27 | 1 | -3/+2 |
| | | | | | Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$). | ||||
* | Update for gperf 2.7 | kris | 2000-03-25 | 3 | -6/+31 |
| | |||||
* | Fix a minor grammar problem. | mpp | 2000-03-24 | 1 | -1/+1 |
| | |||||
* | Clean up the FreeBSD configuration files -- includes removing the usage | obrien | 2000-03-23 | 2 | -2/+0 |
| | | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header. | ||||
* | Wrap building of uucp related programs around NOUUCP knob. | dan | 2000-03-20 | 1 | -0/+2 |
| |