summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | Use these malloc-like bits from libiberty now.obrien2002-01-271-2/+4
| | | |
* | | | Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)obrien2002-01-271-68/+197
| | | | | | | | | | | | | | | | into Binutils 2.12.0_snap.
* | | | Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.obrien2002-01-272-24/+103
| | | |
* | | | Use the stock 2.12.0_snap version of this.obrien2002-01-271-5/+26
| | | |
* | | | Merge rev 1.2 (FreeBSD a.out configuration support) into Binutils 2.12.0_snap.obrien2002-01-271-60/+203
| | | |
* | | | Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.obrien2002-01-271-5/+6
| | | |
* | | | Bring the binutils_2_12_cvs_20020125 version of this to the HEAD branch.obrien2002-01-271-71/+156
| | | |
* | | | Use the stock 2.12.0_snap version of this now.obrien2002-01-272-365/+431
| | | |
* | | | Use the vendor's 2.12.0_snap vendor version of this file as in rev 1.5.obrien2002-01-271-61/+194
| | | |
* | | | Use the vendor's 2.12.0_snap version of this file as in rev 1.4.obrien2002-01-271-15/+30
| | | |
* | | | Commit the stock 2.12.0_snap version.obrien2002-01-271-734/+1972
| | | |
* | | | Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2002-01-271-778/+330
| | | | | | | | | | | | | | | | elsewhere) into Binutils 2.12.0_snap.
* | | | Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2002-01-271-826/+1133
| | | | | | | | | | | | | | | | elsewhere.) into Binutils 2.12.0_snap.
* | | | Merge our ELF branding into Binutils 2.12.0_snap.obrien2002-01-271-778/+1714
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r89857,obrien2002-01-27514-42731/+100867
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Enlist the FreeBSD-CURRENT users as testers of what is to become Binutilsobrien2002-01-27529-46521/+107362
| | | | | | | | | | | | | | | | | | | | | | | | | version 2.12.0. These bits are taken from the FSF anoncvs repo on 27-January-2002 03:41 PST.
* | | | | Zeroing memset() in opiechallenge() really is not needed because it is theache2002-01-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very first thing immediately following opielookup() does being entered, i.e. look at this: int opielookup FUNCTION((opie, principal), struct opie *opie AND char *principal ) { int i; memset(opie, 0, sizeof(struct opie)); ...
* | | | | Resolve conflicts.dwmalone2002-01-243-10/+40
| | | | |
* | | | | Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).dwmalone2002-01-241-13/+38
| | | | |
* | | | | Resolve conflicts (we have a -t option).dwmalone2002-01-241-2/+14
| | | | |
* | | | | Resolve conflict: We made a fix renaming a structure member error,dwmalone2002-01-241-6/+8
| | | | | | | | | | | | | | | | | | | | but it was renamed errnum on the vendor branch.
* | | | | This commit was generated by cvs2svn to compensate for changes in r89750,dwmalone2002-01-2415-197/+494
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | import top_3_5beta12dwmalone2002-01-2421-228/+585
| | | | | |
OpenPOWER on IntegriCloud