Mail Archives: djgpp/1997/05/23/19:57:27
> And, since there is a as.exe replacement on the
> Pentium Group Homepage which has this bug fixed
The as.exe that is on the Pentium Group Homepage uses
byte alignment. The as.exe that came with djgpp uses
power of 2 alignment. That is the only difference
between the two that I know of.
The 'bug' is that the compiler that
comes with pgcc snapshot 970509 uses byte alignment.
The new As.exe is provided only for people using the pgcc compiler
snapshot 970509. The next pgcc snapshot (970522) will use
power of 2 alignment. When it is ready, the new as.exe link will
be removed, and people will use the original as.exe again.
- Raw text -