------- Comment #32 from sherpya at netfarm dot it 2008-10-04 21:40 ------- this archive: http://people.netfarm.it/~sherpya/gcc/info.7z
contains ffmpeg_g.exe - non stripped final executable fft.c/o/s - source, object file and asm generated related vars are: ff_cos_16, ff_cos_32 etc $ nm ffmpeg_g.exe |grep ff_cos_16 00e62d14 B _ff_cos_16 00e25654 B _ff_cos_16384 $ nm libavcodec/fft.o |grep ff_cos_16 00000020 C _ff_cos_16 00008000 C _ff_cos_16384 gcc version 4.3.3 20081004 (prerelease) (Sherpya) (plain svn with the patch) GNU ld (GNU Binutils) 2.18.91.20080917 I can also provide all my build env as 7z Regards -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216