This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
p2aligns differ according to compiler build "host"
- To: egcs at cygnus dot com
- Subject: p2aligns differ according to compiler build "host"
- From: N8TM at aol dot com
- Date: Sat, 12 Dec 1998 18:26:31 EST
After sending out a comment about some strangeness of p2aligns, I checked what
happens with egcs-2.92.27 built with --host=i686-pc-linux-gnulibc1 and
binutils-2.9.1. The strange treatment which I commented on (from cygwin
builds) was not repeated in the gnulibc1 build. Maybe that accounts partly
for programs running slightly faster under linux.
BTW, listings obtained using -g -c -Wa,-adhl with binutils-2.9.1 have direct
correspondence between disassembled mnemonics and hex code, unlike the ones
obtained with binutils supplied with cygwin-b20.1, which supposedly have a
newer egcs-recommended version of binutils. Those listings typically have a
mis-match by 2 lines between the hex code and the mnemonics.