http://sourceware.org/bugzilla/show_bug.cgi?id=13561
--- Comment #8 from Hans-Georg Thien <ka5427-536 at online dot de> 2012-03-10 17:38:05 UTC --- (In reply to comment #6) > here comes some more information gathered by the objdump command: > > sandbox@rs6k> objdump -r partial.o > > partial.o: file format aixcoff-rs6000 > > RELOCATION RECORDS FOR [.text]: > OFFSET TYPE VALUE > 00000000 R_REF .data+0xeffffd60 > 00000018 R_RBR_26 ._Znwm > 00000030 R_RBR_26 ._ZNSt8auto_ptrIiEC1EPi+0xffffff88 > 00000040 R_RBR_26 ._ZNSt8auto_ptrIiED1Ev+0xffffff28 > 00000100 R_RBR_26 ._ZdlPv > 00000148 R_REF .data+0xeffffd10 > 00000160 R_RBR_26 ._Znwm > 00000178 R_RBR_26 ._ZNSt8auto_ptrIiEC1EPi+0xffffff88 > 00000188 R_RBR_26 ._ZNSt8auto_ptrIiED1Ev+0xffffff28 > 00000248 R_RBR_26 ._ZdlPv > > > RELOCATION RECORDS FOR [.data]: > OFFSET TYPE VALUE > 00000018 R_POS .text > 00000040 R_POS .text > 00000068 R_POS .text+0xfffffeb8 > 00000090 R_POS .text+0xfffffeb8 > 00000094 R_POS ._Z3foov > 00000098 R_POS TOC+0xeffffc84 > 000000a0 R_POS ._ZNSt8auto_ptrIiEC1EPi+0xffffff88 > 000000a4 R_POS TOC+0xeffffc84 > 000000ac R_POS ._ZNSt8auto_ptrIiED1Ev+0xffffff28 > 000000b0 R_POS TOC+0xeffffc84 > 000000b8 R_POS ._Z3barv+0xfffffeb8 > 000000bc R_POS TOC+0xeffffc84 > 000000c4 R_POS ._ZNSt8auto_ptrIiEC1EPi+0xffffff88 > 000000c8 R_POS TOC+0xeffffc84 > 000000d0 R_POS ._ZNSt8auto_ptrIiED1Ev+0xffffff28 > 000000d4 R_POS TOC+0xeffffc84 > > > sandbox@rs6k> objdump --private=toc,relocs partial.o > > partial.o: file format aixcoff-rs6000 > Relocations for .text (10) > vaddr sgn mod sz type symndx symbol > 00000000 U 1 REF 24 .data > 00000018 S 26 RBR 4 ._Znwm > 00000030 S 26 RBR 12 ._ZNSt8auto_ptrIiEC1EPi > 00000040 S 26 RBR 14 ._ZNSt8auto_ptrIiED1Ev > 00000100 S 26 RBR 6 ._ZdlPv > 00000148 U 1 REF 38 .data > 00000160 S 26 RBR 4 ._Znwm > 00000178 S 26 RBR 12 ._ZNSt8auto_ptrIiEC1EPi > 00000188 S 26 RBR 14 ._ZNSt8auto_ptrIiED1Ev > 00000248 S 26 RBR 6 ._ZdlPv > > Relocations for .data (16) > vaddr sgn mod sz type symndx symbol > 100002b8 U 32 POS 8 .text > 100002e0 U 32 POS 8 .text > 10000308 U 32 POS 30 .text > 10000330 U 32 POS 30 .text > 10000334 U 32 POS 10 ._Z3foov > 10000338 U 32 POS 0 TOC > 10000340 U 32 POS 12 ._ZNSt8auto_ptrIiEC1EPi > 10000344 U 32 POS 0 TOC > 1000034c U 32 POS 14 ._ZNSt8auto_ptrIiED1Ev > 10000350 U 32 POS 0 TOC > 10000358 U 32 POS 32 ._Z3barv > 1000035c U 32 POS 0 TOC > 10000364 U 32 POS 12 ._ZNSt8auto_ptrIiEC1EPi > 10000368 U 32 POS 0 TOC > 10000370 U 32 POS 14 ._ZNSt8auto_ptrIiED1Ev > 10000374 U 32 POS 0 TOC > > TOC: > 1000037c 00000000 TOC > Nbr entries: 1 Size: 00000000 (0) > > The output from objdump --private=relocs also contains the failing 0x10000364 > RLD address now: > > 10000364 U 32 POS 12 ._ZNSt8auto_ptrIiEC1EPi sandbox@rs6k> c++filt _ZNSt8auto_ptrIiEC1EPi std::auto_ptr<int>::auto_ptr(int*) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils