Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-17 | Change gcc to generate ELF code for i386. | Dale Rahn | |
2002-09-18 | Fix 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-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie | |
2001-01-29 | 2.95.3, test release 2 | Marc Espie | |
2000-10-27 | generate fpic/fPIC static links, so that gdb works; espie | Theo de Raadt | |
2000-09-24 | Synch with FSF stable tree | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-01-30 | Adapted from egcs development sources, courtesy of Zack Weinberg, with | Marc 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-23 | Repair exceptions in i386 pic code (builtin setjmp/longjmp was not saving | Marc 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-19 | Inane 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-19 | Update to 2.95.2 | Marc Espie | |
1999-07-22 | 990718, very close to release. | Marc Espie | |
testsuite temporarily removed from snapshots because of copyright checks. | |||
1999-07-18 | Update to 990629 snapshot | Marc Espie | |
closer to gcc 2.95 release. | |||
1999-06-18 | Help stupid cvs which would tend to bring back old stuff from the dead... | Marc Espie | |
1999-06-17 | basic automated merge. to be verified. | Marc Espie | |
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-05-26 | Remove warnings (patch pending at cygnus) | Marc Espie | |
1999-05-26 | egcs projects compiler system | Marc Espie | |
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/ |