summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Remove files that shouldn't have been imported.nectar2002-02-0611-417/+0
| | | | | | | These will be surgically removed from the repository. Approved by: markm (with a CVS Meister hat on)
* Use the stock [3.1-snap] version of this.obrien2002-02-063-259/+144
|
* A slightly more general version of rev 1.2 that might be more acceptableobrien2002-02-061-4/+11
| | | | to the GCC maintainers.
* Merge BDE's printf format error fixes (rev 1.2) into GCC 3.1-snap.obrien2002-02-061-29/+49
|
* Use the stock GCC 3.1-snap version of this.obrien2002-02-061-917/+649
|
* A slightly different version of rev 1.2 that is closer to something theobrien2002-02-061-5/+12
| | | | GCC maintainers might actually accept.
* Merge rev 1.2 (printf format error fixes) into GCC 3.1-snap.obrien2002-02-061-6350/+5951
|
* Use the stock [3.l-snap] version of this.obrien2002-02-061-6540/+17990
|
* Use the stock [3.1-snap] file.obrien2002-02-063-2974/+3574
|
* Use the stock file for now.obrien2002-02-061-3655/+10227
| | | | | | The changes from GCC 2.95.3 to 3.1 are large and it is hard to figure out how to apply our changes. Once BDE can properly test GCC 3.1 he'll add back in our changes.
* Merge the stock gcc-3.1_snap file onto HEAD.obrien2002-02-062-1216/+5107
|
* Merge rev 1.2 (-fformat-extensions) and rev 1.7 (optimization downgrade)obrien2002-02-061-3715/+3194
| | | | into GCC 3.1-snap.
* We use the stock [3.1-snap] file.obrien2002-02-061-2536/+577
|
* Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support);obrien2002-02-061-1483/+2634
| | | | | | | 1.16 (allow specification of TOOLS_PREFIX); 1.21 ("GCC_OPTIONS") into GCC 3.1-snap. Note that rev 1.20 was fixed in the stock GCC 3 sources.
* Don't use non-signal-safe functions (exit(3) in this case) insheldonh2002-02-051-1/+1
| | | | | | | | | | | signal handlers. In this case, use _exit(2) instead, following the call to shutdown(2). This fixes rare telnetd hangs. PR: misc/33672 Submitted by: Umesh Krishnaswamy <umesh@juniper.net> MFC after: 1 month
* This commit was generated by cvs2svn to compensate for changes in r90238,sheldonh2002-02-051-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Fix obscure bug in code loading support that could cause parsing ofsheldonh2002-02-051-1/+1
| | | | | | | | | | | | | | | | | | functions in multi-line files to fail, depending on the state of the stack. The fix is sanctioned by the vendor and will appear in bc-1.07. PR: bin/34601 Reported by: mi Obtained from: Phil Nelson <phil@cs.wwu.edu>
* | Give the next BIND-importing schmuck some assistance.nectar2002-02-041-0/+37
| |
* | getgrouplist now takes `gid_t' instead of `int'.nectar2002-02-041-1/+2
| |
* | Resolve conflicts after import of ISC BIND 8.3.1-REL.nectar2002-02-045-692/+664
| |
* | This commit was generated by cvs2svn to compensate for changes in r90209,nectar2002-02-04206-2924/+9141
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of ISC BIND 8.3.1-REL.nectar2002-02-04211-3616/+9806
| | |
* | | WARNS fix. Zap an unused variable.markm2002-02-031-1/+1
| | |
* | | Merge rev 1.2 (a.out support) into GCC 3.1-snap.obrien2002-02-011-2060/+2991
| | |
* | | Use the stock 3.1-snap file now.obrien2002-02-011-101/+196
| | | | | | | | | | | | | | | | | | Until we can figure out how to reimpliment our custom format warnings since the FSF developers totally revamped them, and took away the hooks we were using to accomplish our desires.
* | | Merge rev 1.2 (add_bb) into GCC 3.1-snap.obrien2002-02-011-1193/+1055
| | | | | | | | | | | | | | | | | | Note that the "NO_PROFILE_DATA"/"NO_PROFILE_COUNTERS" bits were added to the stock FSF GCC 2.97 (and thus 3.1) source as i386 Linux needed them also. (amazing what can get committed to the FSF GCC when needed by Linux...)
* | | We use the stock [3.1-snap] version of this,obrien2002-02-011-874/+1343
| | | | | | | | | | | | other than having to add $FreeBSD$...
* | | Use the stock 3.1-snap file now.obrien2002-02-011-648/+810
| | | | | | | | | | | | I do not think our rev 1.2 changes are needed any longer.
* | | The stock (3.1-snap) version of this file is used now.obrien2002-02-011-4849/+4361
| | | | | | | | | | | | The FreeBSD hacks now apply to `config.gcc'.
* | | Go back to stock [3.1-snap] file -- our previous mods are OBE.obrien2002-02-011-362/+183
| | |
* | | We use the stock 3.1-snap file now.obrien2002-02-011-2162/+2955
| | | | | | | | | | | | All the -Wformat related code moved to c-format.c.
* | | Use the stock 3.1-snap file now.obrien2002-02-011-1641/+1879
| | | | | | | | | | | | I have folded all our local changes into the FSF CVS repo.
* | | This commit was generated by cvs2svn to compensate for changes in r90075,obrien2002-02-01866-192099/+552787
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.obrien2002-02-01894-235833/+618839
| | | | | | | | | | | | | | | | These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
| * | | Remove files that have been removed from vendor branchpeter2002-01-2783-32178/+0
| | | |
* | | | Add upgrade instructions.sobomax2002-02-011-0/+32
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r90067,sobomax2002-02-0126-424/+834
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import (trimmed) of Bzip2 version 1.0.2sobomax2002-02-0126-424/+834
| | | | |
* | | | | MFC: gcc.295/config/alpha/freebsd.h revision 1.12:obrien2002-01-311-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove our definition for FUNCTION_PROFILER as it is wrong. Note that "jsr $28,_mcount" is a macro for ldq $27, _mcount($29) !literal!1 jsr $28, ($27), _mcount !lituse_jsr!1 1. The call to _mcount is added by alpha_expand_prologue after we load the gp. Our _mcount uses $27 for the incoming address, unlike OSF/1 and Linux, which use $28. This probably doesn't matter since we probably don't use $27 within _mcount itself. 2. You can't use this insn with _mcount because it uses the PLT, which clobbers the return address in $28. Note that the prologue_mcount pattern carefully avoids adding the lituse_jsr relocation so that we call through the GOT directly. Submitted by: Richard Henderson <rth@redhat.com>
* | | | | Merge rev 1.1.1.3 from vendor branch: fix refresh / warning deadlocksheldonh2002-01-311-8/+9
| | | | |
* | | | | Merge rev 1.1.1.2 from the vendor branch: fix leftright scrolling forsheldonh2002-01-311-1/+4
| | | | | | | | | | | | | | | | | | | | long lines
* | | | | Add $FreeBSD$ CVS Id tag so that I can merge rev 1.1.1.2 from thesheldonh2002-01-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | vendor branch. This file was taken off the vendor branch in 1998, before we started enforcing the presence of CVS Id tags. :-(
* | | | | This commit was generated by cvs2svn to compensate for changes in r90019,sheldonh2002-01-311-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Fix core dump in left-right screen scrolling for long lines.sheldonh2002-01-312-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nvi maintainer expects this patch to be included in the upcoming nvi-1.81.6 unless a better fix presents itself. The MFC reminder below should be taken as a cue to MFC rev 1.1.1.2 of vs_relative.c as well. PR: bin/26869 Reported by: Alex Semenyaka <alexs@snark.ratmir.ru> Obtained from: skimo@kotnet.org (via "Alexey V. Neyman" <alex.neyman@auriga.ru>) MFC after: 1 month
* | | | | | *sigh* Misfire. Backout previous commit, as it was meant fornectar2002-01-291-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | another branch.
* | | | | | FreeBSD 4.4 doesn't have __FBSDID. Do it the old-fashioned way instead.nectar2002-01-291-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by: Steven Farmer <steve@geoenergycorp.com> Pointy hat to: nectar
* | | | | | The list of not-wanted and needed files for the binutils_anoncvs_20020127obrien2002-01-281-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | import.
* | | | | | Explain how I did the binutils_anoncvs_20020127 import.obrien2002-01-281-10/+34
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r89884,peter2002-01-2783-32178/+0
| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | = Fix temporary file handling.nectar2002-01-271-95/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: Immunix Linux = Garbage collect now-unused temporary file handling functions. = Add __FBSDID.
OpenPOWER on IntegriCloud