summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Changed cc26 to ccpaul1994-08-241-2/+2
| | | | | Reviewed by: Submitted by:
* From: Tom Pavel <PAVEL@SLAC.Stanford.EDU>jkh1994-08-241-1/+2
| | | | | | | | | Subject: man returns 1 In 1.1.5.1, man returns a status of 1 if the lookup succeeds and 0 if it fails. Here is a patch for what I believe is a simple oversight: Submitted by: jkh
* Fixed up everything so that the version of gcc that we install from thepaul1994-08-232-6/+1
| | | | | | | | | | | | | FreeBSD system sources installs itself as the standard cc and c++. I've fixed c++ to call cc instead of gcc and removed all the symlinks that get created to g** version of the binaries. This means that you can install a second version of gcc that does use the g prefix alongside the "system" version of gcc. The only conflict is libgcc but since we install it as libcc.so.26 and nothing else is likely to that should be ok. Reviewed by: Submitted by:
* Added -f to rm so install doesn't abort if the file doesn't exist.paul1994-08-201-1/+1
| | | | | Reviewed by: Submitted by:
* Don't explicitly define __FreeBSD__ - this is no longer necessary.dg1994-08-191-2/+2
|
* Define __FreeBSD__ to be 2.wollman1994-08-101-1/+1
|
* Nuke GNU pr.jkh1994-08-101-2/+2
| | | | | Reviewed by: Submitted by:
* Punt duplicate declaration of sys_errlist[].jkh1994-08-091-1/+0
| | | | Submitted by: jkh
* Delete two redundant declarations of _exit() and exit().jkh1994-08-091-3/+1
| | | | Submitted by: jkh
* Remove kgdb for now until we figure out what our gdb strategy is goingjkh1994-08-091-2/+2
| | | | | to be (having two sucks, and this one doesn't even work for 2.0 now!). Submitted by: jkh
* Remove redundant (and conflicting) definition of sys_errlist.jkh1994-08-091-1/+0
| | | | Submitted by: jkh
* New 2.0 specific changes.jkh1994-08-081-0/+5
| | | | | Reviewed by: Submitted by:
* Make uucp compile again in 2.0. A little perturbed about the commentjkh1994-08-081-3/+3
| | | | | | | saying that 4.4 uses f_size in statfs, yet we're using b_size. Anyway, I've configured things to match our current environment. Reviewed by: Submitted by:
* This commit was generated by cvs2svn to compensate for changes in r1935,phk1994-08-08185-0/+40372
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * I belive this should be makeable under 2.0. There may be outstandingphk1994-08-08185-0/+40372
| | | | | | | | | | | | | | | | issues in these areas: .h's installed .hP's installed -lcurses interaction files needed in ~/legal for copyleft reasons.
* | This commit was generated by cvs2svn to compensate for changes in r1933,phk1994-08-084-1/+5468
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * This gcc-2.6.0 should work with 2.0phk1994-08-084-1/+5468
| |
* | Added -Dbsd4_4, this should close the problem with sys_errlist.phk1994-08-081-0/+1
| |
* | gcc260.patch:phk1994-08-086-54/+661
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved to the logical name. libg++-2.6.patch: FOO_MAX in limits.h isn't in hex under 2.0 (for the time being ??) libg++-2.6.tcl: it works on my 1.1.5.1 system. I cannot test it here until gcc-2.6.0 is installed. gnu2bmake.tcl: enhanced various ways. README: says "don't hack the bmaked sources" gcc-2.6.0.tcl: added the gen-* and md files to the bmaked sources. Not used by makefiles. Do I need to add other files Garrett ?
* | cc -> cc26 (until Poul-Henning decides how he wants this to look).jkh1994-08-071-2/+2
| | | | | | | | Submitted by: jkh
* | Remove libg++ until we have a working one again.jkh1994-08-071-2/+2
| | | | | | | | Submitted by: jkh
* | Regenerate conf.h with configure script from original package.wollman1994-08-051-8/+9
| |
* | Need -lcompat to link under 2.0.wollman1994-08-052-2/+2
| |
* | Bump shared-library version numbers.wollman1994-08-051-3/+3
| |
* | Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getwollman1994-08-051-1/+1
| | | | | | | | __P defined, rather than trying to do it ourselves.
* | Use __GNU_P not __P.wollman1994-08-041-5/+5
| |
* | Use __GNU_P ratherthan __P.wollman1994-08-041-25/+25
| |
* | This commit was generated by cvs2svn to compensate for changes in r1823,phk1994-08-02171-0/+307568
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Here comes the right import of gcc-2.6.0.phk1994-08-02171-0/+307568
| |
* | Here comes the right import of gcc-2.6.0.phk1994-08-022-0/+58
| |
* | This commit was generated by cvs2svn to compensate for changes in r1814,phk1994-08-025-0/+1049
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This is the tcl-scripts which will convert gcc-2.6.0 to bmake form, phk1994-08-025-0/+1049
| / | | | | | | | | a patch to gcc from Bruce, and to libg++ by me. I will check in the actual compiler when Jordan has put in the rest of src/gnu.
* | Add Chris Demetriou's --unlink changes.jkh1994-06-283-0/+40
| | | | | | | | | | | | I know that I said earlier that this should be unconditional behaviour, but I thought about it a little more and concluded that the principle of least surprise dictates that I make it an option.
* | Fix serious off by one error for FreeBSD keyword, this has been drivingrgrimes1994-06-221-3/+8
| | | | | | | | me nuts as it was on by default and that is NOT what I wanted.
* | Remove reference to the ld.so man page - ain't no such animal.jkh1994-06-171-1/+0
| | | | | | | | Reported by John Lind.
* | Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-1519-891/+933
| | | | | | | | | | | | | | | | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes.
* | Make gzip static by default. This is needed because it's such ajkh1994-06-151-0/+1
| | | | | | | | frequent companion to tar.
* | Make tar static by default. Don't scream, you'll thank me for thisjkh1994-06-151-0/+1
| | | | | | | | someday.
* | correct location of corefile data segmentadam1994-06-151-1/+2
| |
* | Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>csgr1994-06-141-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Paul Kranenburg's description: ld is in error here, assuming that symbols with N_EXT set always have an entry in the (global) symbol table: this is not the case for C++ generated constructor/destructor symbols. I can reproduce your failure by fudging a "multiply defined" constructor symbol by hand. Checking for `g == NULL' seems to be a ok as a fence for now. So: for now, in do_file_warnings() we check if g == NULL, before trying to generate any warning messages. This prevents a NULL pointer dereference.
* | Add LIBREADLINE and LIBTERM to DPADDache1994-06-142-0/+2
| |
* | Clean up small error in the ncvs code that was causing rcs co to bergrimes1994-06-142-4/+8
| | | | | | | | | | | | | | | | called with -K-Keoptions -Kioptions. This should fix the problem with $Id$ still getting changed. I am also install both ncvs and ocvs on freefall with this change as ocvs still had the bug with -I \! which I fixed but did not reinstall.
* | Remove PAGE_SIZE redifinition (from param.h)ache1994-06-131-1/+0
| |
* | Change includes in proper way, i.e.ache1994-06-1217-25/+25
| | | | | | | | | | "readline.h" --> <readline/readline.h> Remove -I./readline from Makefile (again!)
* | Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefilepaul1994-06-112-2/+0
| |
* | Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefilepaul1994-06-111-1/+1
| |
* | Put back -I${.CURDIR}/readline in Makefile.paul1994-06-111-2/+2
| | | | | | | | | | | | The sources are just broken and given that an extra -I flag is going to be needed it may as well be as above to guarantee that the library will build.
* | Added kgdb subdir.paul1994-06-101-2/+2
| |
* | Two files I "lost" the first time.paul1994-06-102-166/+224
| | | | | | | | GDB4:
* | GDB-4.12 from ports with support for shlibs but not the kernel.paul1994-06-10258-0/+164071
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well.
OpenPOWER on IntegriCloud