Commit Graph

37 Commits

Author SHA1 Message Date
cgd d6ff5db170 converted to use gnu malloc, and depend on it correctly 1993-10-07 07:23:44 +00:00
pk 4e78efb64b Create libgcc_pic.a 1993-10-03 14:07:18 +00:00
pk 568cf93cc2 config.h: defined ASM_SPEC and LINK_SPEC macros.
tm.h: arrange to output .size directives for global data items.
Both changes are in support of shared libraries.
1993-10-03 13:57:56 +00:00
pk 92f22772ec NOPIC added to Makefile. 1993-10-03 13:50:49 +00:00
cgd 29f7748a75 use -lgnumalloc 1993-09-23 23:13:14 +00:00
mycroft f33cbad6f4 Clean up deleted files. 1993-09-23 23:13:11 +00:00
cgd eb35573f35 use -lgnumalloc 1993-09-23 23:13:04 +00:00
mycroft ab8eff1f49 Don't look in /usr/local!
Can I shoot Phil?  Please?
1993-09-02 18:48:31 +00:00
cgd 168b3d4eb4 oops; get those last changes right 1993-08-23 09:45:50 +00:00
cgd a4e6cac076 don't generate some instructions, because of friggin' broken fpe for
the i386.
1993-08-23 09:25:15 +00:00
mycroft 5cc299695d Clean up deleted files. 1993-08-23 09:24:09 +00:00
cgd 4d8702d9e3 reorganized++ gcc2 from mycroft 1993-08-23 09:23:40 +00:00
mycroft ed892ecf20 Clean up deleted files. 1993-08-23 09:23:30 +00:00
cgd 58e557c5e6 reorganized++ gcc2 from mycroft 1993-08-23 09:23:16 +00:00
mycroft 8756937037 Clean up deleted files. 1993-08-23 09:23:12 +00:00
cgd c46c267d70 reorganized++ gcc2 from mycroft 1993-08-23 09:20:31 +00:00
mycroft 93543cd977 Clean up deleted files. 1993-08-23 09:20:30 +00:00
cgd 3dd06102da reorganized++ gcc2 from mycroft 1993-08-23 09:20:24 +00:00
cgd 4543c1ebfd changes from 0.9-ALPHA2 to 0.9-BETA 1993-08-23 04:59:38 +00:00
cgd a11dc4601e define "WORKING_FPE" to be zero, and make generation of
transcendentals and a few others depend on it.
1993-08-13 10:56:44 +00:00
cgd f08e3f34a5 merge in changes from netbsd-0-9-ALPHA2 1993-08-07 07:42:13 +00:00
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