Hi,
the linker told me to report this:
g++ *.o -L../lib -lxml2 -ldl -lstdc++ -o r2
`typeinfo for foo' referenced in section `.text' of bar.o: defined in discarded
section `.gnu.linkonce.d._ZTI4foo' of r2.o
/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld: BFD
2.15.91.0
--
What|Removed |Added
Status|NEW |ASSIGNED
http://sources.redhat.com/bugzilla/show_bug.cgi?id=977
--- You are receiving this mail because:
--- Additional Comments From christian dot joensson at gmail dot com
2005-05-29 11:25 ---
uhm... seems fixed...
--
What|Removed |Added
Status|NEW
Windows XP/SP2 cygwin on pentium4 single i686:
binutils 20050520-1 OK
bison20030307-1 OK
cygwin 1.5.17-1 OK
dejagnu 20021217-2 OK
expect 20030128-1 OK
gcc 3.3.3-3OK
make
--
What|Removed |Added
Version|unspecified |2.17 (HEAD)
http://sources.redhat.com/bugzilla/show_bug.cgi?id=976
--- You are receiving this mail becaus
Assemble something like this:
movl 0(%edi),%eax
An explicit zero byte of displacment is being emitted into the code making this
a 3 byte instruction rather than two bytes. The latest source I examined
looked like this was probably somewhat easy to fix in the instruction emitter
by just check