Commit Graph

10 Commits

Author SHA1 Message Date
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