summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Update for some -current quirks, and some other things taken from thepeter1998-05-031-1/+4
| | | | | | *bsd bind-8 ports. (our setpwent() was changed to return void, but our setgrent() returns int still!)
* Old files moved/replaced/obsoleted by bind-8peter1998-05-03108-45044/+0
|
* This commit was generated by cvs2svn to compensate for changes in r35629,peter1998-05-03260-4614/+80335
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import (trimmed) ISC bind-8.1.2-t3b. This will be updated to 8.1.2 onpeter1998-05-03260-4614/+80335
| | | | | | | | | | | | final release. Obtained from: ftp.isc.org
* | This commit was generated by cvs2svn to compensate for changes in r35618,peter1998-05-0212-332/+1309
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC bind v4.9.7-T1B as a reference. We may need this if we updatepeter1998-05-0212-332/+1309
| | | | | | | | -stable to 4.9.7 instead of 8.1.2 for whatever reason.
* | Back out complex and semi-correct workaround and commit one line fixache1998-05-022-9/+6
| | | | | | | | for 'echo' problem instead
* | If not interactive, we need the traditional behaviour of the inputjb1998-05-022-4/+8
| | | | | | | | | | | | | | | | | | | | not being echoed to the output. So as a _hack_ to get the world building again, redirect the readline rl_outstream to stderr when not interactive. The proper way to handle non-interactive mode is to read from stdin and don't worry about edit mode, but this is GNU so it's not worth the time thinking about. I'm already pissed off that I even had to look at this "nice code".
* | partially revert rev 1.2 spammage. This file is broken as shipped andpeter1998-04-301-1/+1
| | | | | | | | | | | | | | | | depends on the typo in the #ifdef in order to work.. Since the line has been touched, leave a note there so that nobody else tries to "fix" it again. PR: 2035
* | Remove generated bc.hache1998-04-303-44/+2
| |
* | Add removed files to the removed listache1998-04-302-0/+2
| |
* | Remove junk files that occupes space: Flex/Bison output and TeX macrosache1998-04-303-7926/+0
| |
* | Use the dynamic symtab of the runtime linker when looking for places to setdfr1998-04-301-0/+24
| | | | | | | | breakpoints. It may have been installed stripped.
* | Added short instruction for FreeBSD how to importandreas1998-04-292-0/+20
| |
* | This commit was generated by cvs2svn to compensate for changes in r35516,andreas1998-04-2990-0/+27534
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import GNU bc 1.04andreas1998-04-2990-0/+27534
| / | | | | | | PR: 4183
* | Fix merge errorsache1998-04-281-3/+10
| |
* | Merge local changesache1998-04-287-802/+751
| |
* | This commit was generated by cvs2svn to compensate for changes in r35486,ache1998-04-2841-455/+2173
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | V2.2 importache1998-04-2847-857/+2934
| | |
* | | -pg was causing a link with -lc_r... :-]peter1998-04-132-2/+2
| | | | | | | | | | | | | | | Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru> PR: 6287
* | | Argh!.. Spot the deliberate mistake that was probably causing thepeter1998-04-111-1/+1
| | | | | | | | | | | | leftover files in /tmp.. (this commit brought to you by 'cvs update -j')
* | | Document the FreeBSD specific options from LIB_SPEC.jb1998-04-101-0/+10
| | |
* | | Removed yacc output files so that it is impossible to mix them withbde1998-03-271-1712/+0
| | | | | | | | | | | | new ones that we generate.
* | | Removed yacc output files so that it is impossible to mix them withbde1998-03-274-6756/+0
| | | | | | | | | | | | | | | | | | new ones that we generate. We used to always mix the old header with the new .cc file. This worked because Cygnus's yacc is surprisingly compatible with our yacc.
* | | Some tweaks to get this to compile for the userland tools.peter1998-03-214-1/+6
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r34739,peter1998-03-2147-362/+820
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import ipfilter 3.2.3peter1998-03-2147-362/+820
| | | |
* | | | Ouch, my local cvs walloped the version I thought I was committing.jb1998-03-141-18/+52
| | | | | | | | | | | | | | | | Here is what I intended.
* | | | On i386, freebsd.h and freebsd-elf.h have been merged to combinejb1998-03-131-71/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aout and elf support. freebsd-elf.h died as a result, so the BINFORMAT test for elf in src/gnu/usr.bin/cc/cc_tool/Makefile will need to use freebsd.h, not freebsd-elf.h. That means that alpha will have to go the same way. The new alpha/freebsd.h has the alpha/freebsd-elf.h definitions merged in.
* | | | Nuke crti.o from the STARTFILE_SPEC again. No asm code is needed on alpha.jb1998-03-111-1/+8
| | | | | | | | | | | | | | | | | | | | Add the define that lets gas know how to ".set" and enable pragmas so that #pragma weak will work.
* | | | Tweak from the cvs sources just after the 1.9.26 release:peter1998-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1998-03-07 Tim Pierce <twp@skepsis.com> * rcs.c (RCS_checkout): Negation bug when checking out symlinks: existence_error should be !existence_error. This shouldn't cause any major merge problems later.
* | | | Remove test sub-directory.jraynard1998-03-10217-4534/+1
| | | |
* | | | Merge changes from vendor branch into mainlinepeter1998-03-1013-829/+2813
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r34461,peter1998-03-1047-1853/+4003
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import cvs-1.9.26 onto vendor branchpeter1998-03-1060-2682/+6816
| | | | |
* | | | | Change the LINK_SPEC to specify the same runtime loader as used onjb1998-03-101-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i386-elf because that is what will be used for FreeBSD/Alpha. Change the STARTFILE_SPEC to match the non-aout version of i386 so that the csu files can be built in exactly the same way as i386-elf. This means that FreeBSD/Alpha departs from NetBSD/Alpha which uses crt0 and crtbegin/crtend. Since i386-aout uses crt0, I guess it was decided that i386-elf should use crt1. i386-elf also references crti and with this change, so does FreeBAS/Alpha. I think it is important for FreeBSD to have a consistent implementation across architectures and since ELF is quite compatible (ignoring differences in 32 and 64 bits), gcc might as well be configured the same. Another change is that the entry symbol is _start, not __start as in NetBSD.
* | | | | Both our a.out (hacked) gas and the binutils gas support .weakpeter1998-03-092-4/+0
| | | | | | | | | | | | | | | | | | | | Prompted by: bde
* | | | | Only do a.out/elf switching on i386 familypeter1998-03-091-6/+8
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r34351,jb1998-03-091-0/+517
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import an extra source file from binutils 2.8.1 that is included onjb1998-03-091-0/+517
| | | | | | | | | | | | | | | | | | | | | | | | alpha.
| * | | | | This commit was manufactured by cvs2svn to create branchcvs2svn1998-03-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 'VENDOR-binutils'.
* | | | | | Add a FreeBSD entry for alpha-elf.jb1998-03-092-0/+2
| | | | | |
* | | | | | Don't disable the use of $ in assembler labels.. It changes libstdc++peter1998-03-092-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and libg++ so that they won't work with existing binaries (including netscape!!).
* | | | | | Our default rules tend to shove asm code through cpp, so commentsjb1998-03-088-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting with hashes have a sub-optimal impact. This change adds /* */ around the block comment in the header of each file to make them friendly to cpp. Also added an Id keyword cause I like to see revision numbers in source.
* | | | | | Spell -Bshareable correctly... :-]peter1998-03-082-2/+2
| | | | | |
* | | | | | svr4.h defines ASM_IDENTIFY_GCC, but neglects to definepeter1998-03-082-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ASM_IDENTIFY_LANGUAGE. Use the osfrose.h method, because gdb assumes 'C' by default, so there's no need to further clutter the symbol table.
* | | | | | Cosmetic cleanup for a.out asm generation.. Don't put the end-of-filepeter1998-03-082-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | markers that the stabs-in-elf system uses.
* | | | | | Put the function stabs in traditional order on a.out, or gdb doesn't seepeter1998-03-083-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | function local variables.
* | | | | | Add hooks for John Birrell's kernel thread support library.peter1998-03-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: John Birrell <jb@cimlogic.com.au>
OpenPOWER on IntegriCloud