| | Re: NQC v. LegOS / size Gavin Smyth
| | | The maths routines are somewhere in libgcc.a, though I think there's a single file with all the routines instead of several small ones, so you may end up wasting memory. In addition, you probably need to access libc.a too since some of the libgcc.a (...) (26 years ago, 10-Feb-99, to lugnet.robotics)
| | | | | | | | Re: NQC v. LegOS / size John A. Tamplin
| | | | | (...) No, they are not in one object file. They are in a single source file, but if you look at the build process it defines a symbol like L_cmpsi3 and compiles/assembles it separately for each function. John A. Tamplin Traveller Information (...) (26 years ago, 12-Feb-99, to lugnet.robotics)
| | | | | | |