Commit Graph

66 Commits

Author SHA1 Message Date
mycroft
ee8bf17c71 Add RCS identifiers. 1993-08-02 18:25:48 +00:00
mycroft
c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00
mycroft
2cce313a8b Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:28:42 +00:00
mycroft
2bdbcf903e Clean up deleted files. 1993-08-02 16:07:21 +00:00
mycroft
cda4f8f6ee Add RCS identifiers. 1993-08-01 05:37:30 +00:00
cgd
5158757c0f incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 00:40:12 +00:00
mycroft
121edb2307 Clean up deleted files. 1993-07-16 02:46:59 +00:00
paul
d0298f15a2 Fixed missing man page problem. 1993-07-16 02:46:55 +00:00
paul
e969d9dd00 Configured gcc2 for multiple architectures. 1993-07-16 00:27:07 +00:00
mycroft
a2b68b3bae Clean up deleted files. 1993-07-16 00:26:53 +00:00
paul
2b47e3e1ae Configured gcc2 for multiple architectures. 1993-07-16 00:25:43 +00:00
mycroft
caf5450712 Implement ffs() in a different way. This is faster on the 386 and 486, but
slower on the 586 than the previous method.
So much for the superoptimizer.  It has been unable to come up with a better
sequence than I did.  B-)
1993-07-13 08:45:36 +00:00
mycroft
b0418d8861 Fix the ffs() inlining bug. Note that this is normally done in the machine
description; why we are using pregenerated insn-* is a mystery to me and
will cause problems for people doing ports.
Note that this sequence of instructions may not be optimal for 386 and 486
class processors (though it is for the Pentium).  I am working with the
person doing the GNU superoptimizer to try to find a better sequence.
1993-07-13 07:23:15 +00:00
cgd
d27033e23c install as "cc", "cpp", etc. and make sure man & program links are right 1993-07-11 04:21:12 +00:00
mycroft
3a67833dd8 Enable #pragma pack for building NetBSD and 386BSD kernels. 1993-07-10 01:06:01 +00:00
paul
4930f00d3b gcc-2.4.5 1993-07-09 13:11:49 +00:00