aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* IPv6 support.Hajimu UMEMOTO2000-05-257-95/+239
| | | | | | | Add $FreeBSD$. Notes: svn path=/head/; revision=60926
* Move c-decl.c out of the common libcc_int.a into the binary MakefilesDavid E. O'Brien2000-05-243-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. Notes: svn path=/head/; revision=60884
* Don't allow people to create new PRs with a 'wish' class.Steve Price2000-05-242-3/+3
| | | | | | | Requested by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=60882
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Updated 2.10 headers.David E. O'Brien2000-05-222-71/+1187
| | | | Notes: svn path=/head/; revision=60783
* Tweaks to match those done in the Binutils mainline code.David E. O'Brien2000-05-221-1/+4
| | | | Notes: svn path=/head/; revision=60782
* version 2.10 config file.David E. O'Brien2000-05-221-71/+200
| | | | Notes: svn path=/head/; revision=60781
* Conditionally define "CROSS_COMPILE" here.David E. O'Brien2000-05-224-2/+15
| | | | Notes: svn path=/head/; revision=60780
* Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien2000-05-2222-300/+2609
| | | | | | | comming 2.10 release. Notes: svn path=/head/; revision=60777
* Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.Tim Vanderhoek2000-05-211-3/+3
| | | | | | | PR: bin/5693 docs/9352 Notes: svn path=/head/; revision=60745
* callback.c is not really used, nor is it part of GDB 4.18.David E. O'Brien2000-05-171-1/+1
| | | | Notes: svn path=/head/; revision=60665
* Don't forget to clean "grog".Bruce Evans2000-05-151-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. Notes: svn path=/head/; revision=60600
* Don't forget to clean f77.1.Bruce Evans2000-05-151-2/+4
| | | | | | | Don't use "+=" for variables that are only set once. Notes: svn path=/head/; revision=60598
* Use a alternate side 2.9.1 source tree while upgrading Binutils.David E. O'Brien2000-05-121-1/+1
| | | | Notes: svn path=/head/; revision=60483
* mdoc cleanup: use .Nm macro correctly, don't non mdoc macroAlexey Zelkin2000-05-101-4/+5
| | | | Notes: svn path=/head/; revision=60319
* Update device references.Kris Kennaway2000-05-071-3/+3
| | | | Notes: svn path=/head/; revision=60129
* Only set $MAIL_AGENT if it isn't already defined in the environment.Nik Clayton2000-04-301-1/+1
| | | | | | | | | | No idea why this was sent in as a docs bug. . . PR: docs/17014 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=59807
* Add support for debugging programs using libc_r's implementation ofDoug Rabson2000-04-295-28/+1160
| | | | | | | pthreads. Notes: svn path=/head/; revision=59740
* Add a new wishlist category.Steve Price2000-04-182-3/+5
| | | | Notes: svn path=/head/; revision=59366
* Perl lib configuration for IA-64 (along with PPC and arm32)David E. O'Brien2000-04-176-0/+3602
| | | | Notes: svn path=/head/; revision=59332
* Fix the .PATH style nits. Other style nits left for later.David E. O'Brien2000-04-172-15/+14
| | | | Notes: svn path=/head/; revision=59331
* Use the non-asm routines for IA-64, PPC, and arm32 ports.David E. O'Brien2000-04-172-2/+2
| | | | Notes: svn path=/head/; revision=59329
* Add sparcnetbsd support and cleanup style so that this looks nearlySteve Price2000-04-161-7/+9
| | | | | | | identical to Makefile.sparc. Notes: svn path=/head/; revision=59298
* Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc andSteve Price2000-04-161-4/+13
| | | | | | | sparc64. Notes: svn path=/head/; revision=59297
* Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64Steve Price2000-04-164-0/+2400
| | | | | | | | | might need some adjusting for the size of long long and long double. Reviewed and approved by: markm Notes: svn path=/head/; revision=59284
* Use the non-asm routines (for now) on the sparc and sparc64 ports.Steve Price2000-04-152-0/+11
| | | | Notes: svn path=/head/; revision=59265
* The MANSECT environment variable was misrepresented as MANSEC. Fixed.Sheldon Hearn2000-04-051-2/+2
| | | | | | | | PR: 17745 Submitted by: nordwick@askjeeves.com (Jason "Just Change It" Nordwick) Notes: svn path=/head/; revision=59043
* Add a '+' to the first LDADD, otherwise it clobbers the LDADD inGary Jennejohn2000-04-041-1/+1
| | | | | | | | | Makefile.alpha such that the -lkvm disappears and the link fails. This time I tested it, honest :) Notes: svn path=/head/; revision=59007
* Fix unsafe tempfile creation. This file is already off the vendorSheldon Hearn2000-04-031-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> Notes: svn path=/head/; revision=58968
* Add support for sunos_big_vec to support 'make world's on SolarisSteve Price2000-04-031-8/+4
| | | | | | | boxes. Notes: svn path=/head/; revision=58961
* Add support for the sunos_big_vec format as well.Steve Price2000-04-031-4/+7
| | | | Notes: svn path=/head/; revision=58960
* Build and install the elf32_sparc ld(1) scripts and make elf32_sparcSteve Price2000-04-031-1/+13
| | | | | | | the default emulation. Notes: svn path=/head/; revision=58959
* Enable Haifa on sparc64 as well.Steve Price2000-04-021-1/+1
| | | | Notes: svn path=/head/; revision=58954
* First cut at the (non-contrib) bits needed to build the binutilsSteve Price2000-04-0211-0/+3118
| | | | | | | | | distribution for FreeBSD/Sparc64. Reviewed by: obrien Notes: svn path=/head/; revision=58953
* The ld directory is in ${SRCDIR} not ${BINUTILSDISTDIR}.Steve Price2000-04-021-1/+1
| | | | Notes: svn path=/head/; revision=58947
* Add additional path for info to /usr/X11R6/info. This will allowJeroen Ruigrok van der Werven2000-04-011-1/+1
| | | | | | | people to actually look at the info files for gdk and gtk for example. Notes: svn path=/head/; revision=58894
* Get the installed headers list right.David E. O'Brien2000-03-301-1/+1
| | | | Notes: svn path=/head/; revision=58823
* Switch over to using the GCC 2.95 Objc library code.David E. O'Brien2000-03-301-13/+26
| | | | Notes: svn path=/head/; revision=58807
* Fixed wrong path to libperl in DPADD.Bruce Evans2000-03-271-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$. Notes: svn path=/head/; revision=58690
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticBruce Evans2000-03-2713-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$). Notes: svn path=/head/; revision=58683
* Don't abuse LDADD for holding linker flags. Doing so brokeBruce Evans2000-03-272-6/+4
| | | | | | | | | | `make checkdpadd'. Linker flags (ones passed via ${CC}) go in LDFLAGS. Fixed some style bugs (misformatting of $FreeBSD$). Notes: svn path=/head/; revision=58675
* Fixed missing DPADD.Bruce Evans2000-03-271-3/+2
| | | | | | | | Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$). Notes: svn path=/head/; revision=58674
* Update for gperf 2.7Kris Kennaway2000-03-253-6/+31
| | | | Notes: svn path=/head/; revision=58554
* Fix a minor grammar problem.Mike Pritchard2000-03-241-1/+1
| | | | Notes: svn path=/head/; revision=58510
* Clean up the FreeBSD configuration files -- includes removing the usageDavid E. O'Brien2000-03-232-2/+0
| | | | | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header. Notes: svn path=/head/; revision=58478
* Wrap building of uucp related programs around NOUUCP knob.Dan Moschuk2000-03-201-0/+2
| | | | Notes: svn path=/head/; revision=58391
* A bandaid to try and make this buildable. This should probably bePeter Wemm2000-03-202-8/+54
| | | | | | | | rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry. Notes: svn path=/head/; revision=58347
* Make the SUBDIR list more granular to assist in my GCC hacking.David E. O'Brien2000-03-191-1/+9
| | | | Notes: svn path=/head/; revision=58318
* Add missing depend fileAndrey A. Chernov2000-03-191-1/+1
| | | | Notes: svn path=/head/; revision=58317