[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/13561] AIX link failure: RLD address not contained in section
From: |
ka5427-536 at online dot de |
Subject: |
[Bug ld/13561] AIX link failure: RLD address not contained in section |
Date: |
Sat, 07 Jan 2012 08:39:13 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=13561
--- Comment #6 from Hans-Georg Thien <ka5427-536 at online dot de> 2012-01-07
08:39:13 UTC ---
here comes some more information gathered by the objdump command:
address@hidden> 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
address@hidden> 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
--
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 ld/13561] New: AIX link failure: RLD address not contained in section, ka5427-536 at online dot de, 2012/01/04
- [Bug ld/13561] AIX link failure: RLD address not contained in section, ka5427-536 at online dot de, 2012/01/05
- [Bug ld/13561] AIX link failure: RLD address not contained in section, gingold at adacore dot com, 2012/01/05
- [Bug ld/13561] AIX link failure: RLD address not contained in section, ka5427-536 at online dot de, 2012/01/05
- [Bug ld/13561] AIX link failure: RLD address not contained in section, gingold at adacore dot com, 2012/01/06
- [Bug ld/13561] AIX link failure: RLD address not contained in section, ka5427-536 at online dot de, 2012/01/06
- [Bug ld/13561] AIX link failure: RLD address not contained in section,
ka5427-536 at online dot de <=