Mail Archives: djgpp/1996/10/21/14:21:24
>
> If the binary doesn't have this bloat, then where's the efficiency aspect
> here?
>
The inefficiency is in the size of library files. It's not much, and I'm not
trying to make a big deal out of this, but this is why unstripped programs and
library files are larger in V2.01 than they were in V2.0.
> How else would you look for buggy code produced by the compiler?
I would bet that most work with DJGPP does not involve looking for buggy code
from the compiler.
> And how
> in the world can Gas know whether a file it gets as input is a
> hand-written assembly source or was produced by cc1/cc1plus from a C/C++
> source?
>
GAS doesn't need to know the source of the source file. The way it is supposed
to work, though, you could always invoke GAS with -L to force to leave the local
labels in the symbol table. Remember this only concerns local labels the
compiler produces to implement loops and jumping. Symbols from the source C
program always have an underline (_) attached so they are not affected.
Troy...
- Raw text -