`typeinfo for foo' referenced in section `.text' of bar.o: defined in discarded section `.gnu.linkonce.d._ZTI4foo' of r2.o

2005-05-29 Thread Kendy Kutzner
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

[Bug ld/977] ld test weak fails on cygwin

2005-05-29 Thread aaron98wiridge9 at aaronwl dot com
-- What|Removed |Added Status|NEW |ASSIGNED http://sources.redhat.com/bugzilla/show_bug.cgi?id=977 --- You are receiving this mail because:

[Bug ld/817] FAIL: S-records with constructors

2005-05-29 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-05-29 11:25 --- uhm... seems fixed... -- What|Removed |Added Status|NEW

[Bug ld/977] New: ld test weak fails on cygwin

2005-05-29 Thread christian dot joensson at gmail dot com
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

[Bug gas/976] Superfluous 0 displacment added in x86 code

2005-05-29 Thread cutaway at bellsouth dot net
-- What|Removed |Added Version|unspecified |2.17 (HEAD) http://sources.redhat.com/bugzilla/show_bug.cgi?id=976 --- You are receiving this mail becaus

[Bug gas/976] New: Superfluous 0 displacment added in x86 code

2005-05-29 Thread cutaway at bellsouth dot net
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