summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config/i386
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-17Change gcc to generate ELF code for i386.Dale Rahn
2002-09-18Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.Marc Espie
tested by miod@, millert@ With comments from theo and mickey. ok miod@
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-01-292.95.3, test release 2Marc Espie
2000-10-27generate fpic/fPIC static links, so that gdb works; espieTheo de Raadt
2000-09-24Synch with FSF stable treeMarc Espie
2000-06-05Synch with 2.95.3 (pre-rel)Marc Espie
2000-01-30Adapted from egcs development sources, courtesy of Zack Weinberg, withMarc Espie
some help from him. Let gcc generate more sensible code for stack adjustments. Specifically, gcc is a bit lame in that area, as it does emit stack instructions `specially', without using all its optimizer machinery for it. So, at times, you will get subl %esp,12 subl %esp,8 and other such stupid sequences out of it. This peephole matches at least some of those innane sequences and optimizes them. Shrinks code a little bit.
2000-01-23Repair exceptions in i386 pic code (builtin setjmp/longjmp was not savingMarc Espie
the pic register). FreeBSD PR 3441... Thanks to David O'Brien for letting me know, and Alexander N. Kabaev for the actual fix.
2000-01-19Inane conflicts:Marc Espie
- patch to function.c was badly indented. - invoke.texi no longer need to special-case OpenBSD, as 2.95.2 turns strict-aliasing off everywhere.
2000-01-19Update to 2.95.2Marc Espie
1999-07-22990718, very close to release.Marc Espie
testsuite temporarily removed from snapshots because of copyright checks.
1999-07-18Update to 990629 snapshotMarc Espie
closer to gcc 2.95 release.
1999-06-18Help stupid cvs which would tend to bring back old stuff from the dead...Marc Espie
1999-06-17basic automated merge. to be verified.Marc Espie
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-05-26Remove warnings (patch pending at cygnus)Marc Espie
1999-05-26egcs projects compiler systemMarc Espie
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/